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

XML parser handling of non-UTF-8 encoding #177

Open
notroj opened this issue Nov 23, 2024 · 0 comments
Open

XML parser handling of non-UTF-8 encoding #177

notroj opened this issue Nov 23, 2024 · 0 comments

Comments

@notroj
Copy link
Owner

notroj commented Nov 23, 2024

Describe the bug
The charset passed with the content-type response header is not used, and non-UTF-8 XML response bodies are not tested.

Note RFC 4918 requirements: https://datatracker.ietf.org/doc/html/rfc4918#section-19

Requirements:

  1. New ne_xml.h API which takes passes in the character encoding into the underlying parser
  2. New ne_xmlreq.h API which does the same?
  3. New test cases for non-UTF-8 bodies.
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