I am working on a web application, where I transfer data from the server to the browser in XML.
Since I\'m danish, I quickly run into problems with the characters
If you ever can't set the response encoding, you can use \u escape sequence in the JavaScript string literal to display these characters.
\u
alert("\u00e6\u00f8\u00e5")