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
You can also use String.fromCharCode() to output a character from a numeric entity.
String.fromCharCode()
e.g. String.fromCharCode( 8226 ) will create a bullet character.
String.fromCharCode( 8226 )