Search Issue Tracker
Fixed
Fixed in 6000.1.0b6, 6000.2.0a4
Votes
2
Found in
2021.3.39f1
2022.3.31f1
6000.0.4f1
6000.1.0a7
6000.2.0a1
7000.0.0a1
Issue ID
UUM-72995
Regression
No
The letter "i" is incorrectly formatted into “İ" when capitalised if the devices Region is set to "Turkish (Turkiye)"
Reproduction steps:
1. Type “Region” in a search bar on the taskbar and select “Turkish (Turkiye)” on the Format field
2. Open the attached “RegionBug.zip“ project
2. Open the “CardShaderGraph“ Shader Graph
3. Click on the “+” icon of the “CardShaderGraph” table and select Keyword > Enum from the dropdown menu
4. Write the name of it which would have uppercase and lowercase letters “i”
5. Click on the created item and observe the Reference field of the Graph Inspector table
Expected result: The lowercase letter “i” becomes uppercase “I”
Actual result: The lowercase letter “i” becomes uppercase “İ"
Reproducible with: 2021.3.39f1, 2022.3.31f1, 6000.0.4f1
Reproduced on: Windows 11 Pro
Couldn’t reproduce on: macOS Sonoma 14.4.1 (Intel) (due to the Region Format field not existing)
Notes:
- User noted that creating enums having lowercase “ i” also generates unchangeable References with underscores (eg. "Negative" turns into "NEGAT_VE")
- User also noted that the issue occurs in UI, Input System and Localization packages
Comments (2)
-
Tharky
Jun 04, 2024 06:28
It is a mistake when it's generating code that's supposed to be in English. There is no user choice in the matter.
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
- TileMap selection resets to the default when the Scene is saved
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
Resolution Note:
Postponing; will batch forward port in the future.