Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
Hello, Probably any of you have encountered this issue before and have a fast solution. I'm parsing an xml file using irrXML and i would like to know how to parse xml elements like " or ? to their correct UTF8 characters. Thanks. |
||||
|
I guess this is the place, in CXMLReaderImpl.h //! generates a list with xml special characters I miss there more special characters: ? ? ? ? ? ? ? ? Does anyone know a table where i migh look up all the codes? Thanks. |
||||
|
niko got all of them- http://www.w3.org/TR/2000/REC-xml-20001006#sec-predefined-ent everything else is &#ASCII; I think http://www.safecenter.net/UMBRELLAWEBV4/codeNOW.htm |
||||
|
got it now, thanks! |
|