Skip to content
This repository was archived by the owner on Oct 18, 2022. It is now read-only.

Support non-UTF-8 encodings #43

Open
jonas-schievink opened this issue Jul 7, 2018 · 0 comments
Open

Support non-UTF-8 encodings #43

jonas-schievink opened this issue Jul 7, 2018 · 0 comments

Comments

@jonas-schievink
Copy link
Owner

We're currently using xml-rs to parse XML, which only supports UTF-8 (netvl/xml-rs#10).

To do this, either xml-rs needs to get support for other encodings or we have to switch to quick-xml which does support non-UTF-8 documents (but needs some work - it needs to be better tested and doesn't support encodings that aren't ASCII-compatible).

Note that the XML-spec mandates UTF-8 and UTF-16 support, so xml-rs is technically non-compliant (as is this crate).

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

No branches or pull requests

1 participant