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
Comments (2)
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
- The tag adder functionality does not work if a space is entered instead of a name
- Errors thrown in the Console when configuring In-App Purchases package
- Longer Scaler Profile names go out of the"Scaler Profilers" section
- AI Navigation window UI elements overlap when the AI Navigation window is docked and resized
- Editor freezes after some time when using NavMeshQuery::Raycast
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.