Hi everyone,
I'm using .json files to provide translations to my game.
Using the AJax: On Completed, and Load from JSON string AJAX.LastData.
Anyways, everything is working fine, the only issue I have is with the characters.
The english appears fine, but in Spanish with the letters "ñ, á,é" etc... doesn't appear the char, instead appear a rectangle.
I understand that this can be due to the codification (uft8) however, I don't have any idea how to change this in the json.
Any idea?
Thanks in advance