Hi
I am working on translating a lander into russian. For testing it I put in a line of Azerbaijani, Danish and Thai as well. None of them are recognized. When I load the file in my browser (I have tried chrome, safari og firefox) the characters are not recognized and instead it fills out the text with random characters:
http://imgur.com/a/VAbAV
I have Thai and Danish installed as keyboard languages.
http://imgur.com/a/3a49R
When loading in the same browsers in windows it works fine.
Any ideas how to fix this?
Not entirely sure but it could be some encoding issue of some sort with your lander. I.e. if it's Windows-1252, it should be UTF-8.
Thanks but found a solution. Just had to add <meta charset="UTF-8"> in the html.