How to write correct xml for special characters

cockneysean

New Member
I'm trying to write correct svg from string which uses special characters.I'm using UTF-8 encoding for svg document.I'm working on javascript .The string is like :\[code\]<glyph unicode="¥" horiz-adv-x="819" />\[/code\]While writing xml using DOMParser api , it converts ¥ into
 
Back
Top