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
- [Linux] Window location is not saved when reopening windows
- Selecting default reference on script asset causes immediate code compilation
- The Fallback font does not get displayed when a fallback happens with the UIToolkit Label text
- Vertical split of both "Preferences" and "Project Settings" windows is not staying alligned with the mouse pointer when moved
- Both "Unity Forum" and "Unity Discussions" selections in the "Help" dropdown open the same link
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.