Page 1 of 1

[SOLVED] Translation of .txt files returns blank spaces

Posted: Fri Sep 09, 2016 11:45 pm
by Sol Lignum
I got to translation of names, tips, etc, and found out that ru text doesn't shows up ingame.

I initially had "code range 1025 1105" in my kenshi_fonts.xml, but even after changing to suggested "1024 1279" nothing has changed.

Re: Translation of .txt files returns blank spaces

Posted: Sat Sep 10, 2016 9:26 am
by ruthfahlt
I'm translating to Japanese, and Japanese use so many characters that I can't trace all, so I simply set the code range like this.

<Code range="32 65535"/>

All characters in tips.txt(saved as UTF-8) seems to be displayed right in this way.

Re: [SOLVED] Translation of .txt files returns blank spaces

Posted: Sat Sep 10, 2016 3:04 pm
by Sol Lignum
Arigato!

I've been saving these files with wrong encoding. Saving with UTF-8 solved the issue.