unicode symbols in xml file
807580Jan 15 2010 — edited Jan 17 2010How do I extract unicode symbols from xml files. Say, I have text="\u03C3" attribute in the xml file. When I parse it I get the \\u03C3 string. Is there a way to convert it to unicode?