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
- “Readme” Asset is unreadable in the Inspector window when switching Editor Theme to Light
- “NullReferenceException” error thrown when switching Editor Theme to Light if “Unity Version Control” tab is enabled
- A Warning is displayed in the Inspector when a Mesh with any Material is added as a Terrain Detail
- [Android][Vulkan] Memory leak when playing and stopping a video using the Video Player on some devices
- Caret moves by a character when typing "." and any number into 'Grid and Snap' toolbar's input field
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.