Opened 6 years ago
Closed 6 years ago
#11322 closed defect (wontfix)
GUI: RTL - cannot give Hebrew names (maybe even any Unicode char?) to saved games
| Reported by: | ZvikaZ | Owned by: | sev- |
|---|---|---|---|
| Priority: | normal | Component: | GUI |
| Version: | Keywords: | hebrew save | |
| Cc: | Game: |
Description (last modified by )
When saving a game, and typing a Hebrew character, its English counterpart is written.
More details:
In the Hebrew keyboard, every key has different meaning when in English mode and in Hebrew Mode.
When in Hebrew mode, and typing inside the save game name dialog, there is a subtle different behaviour:
- if it's a Hebrew letter, we get the English letter that shares the key (for example, instead of 'ש' we get 'a')
- if it's a regular Ascii char (in Hebrew mode) - we get that char, and not the English counterpart (e.g., '/', and not 'q').
- if we paste a Hebrew character inside, we see a question mark
- I haven't checked, but maybe this problem is with all Unicode characters
BTW,
I didn't know what Component this belongs to.
Change History (3)
comment:1 by , 6 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 6 years ago
| Component: | --Unset-- → GUI |
|---|---|
| Summary: | ALL: cannot give Hebrew names (maybe even any Unicode char?) to saved games → GUI: RTL - cannot give Hebrew names (maybe even any Unicode char?) to saved games |
comment:3 by , 6 years ago
| Owner: | set to |
|---|---|
| Resolution: | → wontfix |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

This is known. Our GUI input is still ASCII-only. After we have U32 landed, we could potentially look into this.