Closed Zunder007 closed 9 months ago
I think for French the game uses cp1252
we have it setup like this:
media/lua/shared/Translate/FR/*.txt text working-tree-encoding=cp1252 encoding=utf-8
Je suis Français, et je peux t'assurer que le format UTF-8 fait apparaitre des symboles bizzare, comme des ©'# à la place des é. Le format ANSI marche parfaitement, c'est un fait.
I'm French, and I can assure you that the UTF-8 format shows weird symbols, like ©'# instead of é. The ANSI format works perfectly, that's a fact.
Very important: it is imperative to save files in ANSI format so that special characters, such as 'é', are correctly displayed in-game. Thank you.