error with version 8.5.2.0 with accented characters, I noticed that in the label the accent does not work
Announcement
Collapse
No announcement yet.
Version 8.5.2.0 does not accept accents
Collapse
X
-
Just thought it worth noting that I experience the same problem. It's not just v8.5.2.0 - the same thing happens on v8.5.0.0.
Yet it does not happen on v7.5
The problem seems to be specific to Labels and Paragraphs - it does not occur on Buttons.
So, it does not seem to be a keyboard-issue, nor a font-issue. It may well be a bug in v8 builds.
Comment
-
-
//EDIT
Okay, found the problem - it's not a bug.
The problem is occurring because the default setting on the object's dropdown-menu for script has been set on Cyrillic. Just change it to Western and the problem is solved.
So:
1. Go to Label object's Properties window.
2. Select Font tab
3. In the dropdown menu for Script, change from Cyrillic to Western.
-
👍 1
Comment
-
-
hi i have problem also in cyrillic font particular in Ukraine language.
im using 8.5.1.0
as you can see input accept the ukraine character but i tried this script:
Paragraph.SetText("Paragraph1", Input.GetText(this))
Label.SetText("Label1", Input.GetText(this))
the results are showing ??????1 Photo
Comment
-
Comment