You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: