Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make XML entity handling optional #255

Open
kousiktn opened this issue Jan 1, 2015 · 0 comments
Open

Make XML entity handling optional #255

kousiktn opened this issue Jan 1, 2015 · 0 comments

Comments

@kousiktn
Copy link

kousiktn commented Jan 1, 2015

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant