Hi team!
I have issue in game chat with russian language input. As you can see on screenshot https://cln.sh/2QppdK :
- These happens when I write "qwerty" in russian
- I can copy russian words in chat and read russian in chat, so issue only in input.
What I've tried:
https://www.codeweavers.com/support/wiki/mac/faq/cxoffice62_choosedifferentlanguage
https://www.codeweavers.com/support/wiki/mac/faq/cxofficemacnonenglish
My settings in cxbottle.conf:
[EnvironmentVariables]
;;"PROMPT" = "$p$g"
"LC_ALL" = "ru_RU.UTF-8"
"LANG" = "ru_RU.UTF-8"
My output for command "locale" in terminal:
LANG=""
LC_COLLATE="ru_RU.UTF-8"
LC_CTYPE="ru_RU.UTF-8"
LC_MESSAGES="ru_RU.UTF-8"
LC_MONETARY="ru_RU.UTF-8"
LC_NUMERIC="ru_RU.UTF-8"
LC_TIME="ru_RU.UTF-8"
LC_ALL="ru_RU.UTF-8"
Please help me! Thanks in advance!