Closed GoogleCodeExporter closed 9 years ago
pugixml parser does not perform Unicode codepoint validation by design.
Right now the data that you save roundtrips properly - i.e. you can open the
XML file with pugixml, as well as any other parser that does not perform
codepoint range validation. In my opinion this is better than skipping data
that the user wanted to write to the XML.
Since it is impossible to write this kind of data to a well-formed XML, the
user has to, uh, not write this data at all.
Original comment by arseny.k...@gmail.com
on 10 Aug 2014 at 9:50
Original issue reported on code.google.com by
kl.andr...@gmail.com
on 17 Jul 2014 at 3:54