tinyxml2 icon indicating copy to clipboard operation
tinyxml2 copied to clipboard

Make XML entity handling optional

Open kousiktn opened this issue 11 years ago • 0 comments

I am using XML as an intermediate format for dumping words extracted from a PDF document and then reading them back.

When the PDF document itself containers strings like: "©", TinyXml treats them as one symbol rather than encoding them as "©". My content will never have a case where "©" will actually represent a copyright symbol and so this entity handling can be made optional(can be set to true by default).

kousiktn avatar Jan 01 '15 07:01 kousiktn