04.04.2015, 12:15
It's not about the font, it's about the encoding.
You either need to force the TWLan to use UTF-8 (or whatever encoding your file uses), but that would probably break the text of custom tools, or you need to html-encode all non-ASCII characters.
To do so, just write your language file like you normally would, but instead of placing that file in the lang folder, create an encoded copy. Simply use an encoder like this one (or Google "HTML entity encoder online"), paste the contents of your file there and use the output for the TWLan.
Regards
Molt
You either need to force the TWLan to use UTF-8 (or whatever encoding your file uses), but that would probably break the text of custom tools, or you need to html-encode all non-ASCII characters.
To do so, just write your language file like you normally would, but instead of placing that file in the lang folder, create an encoded copy. Simply use an encoder like this one (or Google "HTML entity encoder online"), paste the contents of your file there and use the output for the TWLan.
Regards
Molt