Search Issue Tracker
Won't Fix
Votes
1
Found in
2017.1.0f3
Issue ID
942005
Regression
No
Text input inputs Indic languages' scripts as question marks (?)
To reproduce:
1. Change keyboard language to any Indic language (Sinhalese, Devanagari, Sanskrit, etc.)
2. Open a new Unity project
3. Create a Text component and try to write anything into the Text box
Expected result: appropriate scripts should be written in the text box
Actual result: Every script written appears as a question mark (?)
Reproduced on: 5.6.3f1, 2017.1.0p3, 2017.2.0b7, 2017.3.0a4
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
nayakshasvat
Aug 07, 2020 10:03
You can check out this new asset, works with both Text and TextMeshPro. Cheapest and Best one on the Asset Store. Even works with the Sanskrit language.
https://assetstore.unity.com/packages/tools/input-management/hindi-text-corrector-175758
PapaCashew
Mar 16, 2018 12:30
Unity's font system doesn't seem to be supporting GSUB and GPOS. It needs to implement that for proper localisation to many languages around the world.