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

Unicode decoder with a fallback encoding #19

Open
lifthrasiir opened this issue Nov 1, 2013 · 0 comments
Open

Unicode decoder with a fallback encoding #19

lifthrasiir opened this issue Nov 1, 2013 · 0 comments

Comments

@lifthrasiir
Copy link
Owner

Many use cases involving BOM-aware Unicode encodings (#17) actually require some sort of multi-encoding decoder, specifically having a Unicode encoding (used when there is BOM) plus a fallback encoding (used when there isn't).

SimonSapin added a commit to SimonSapin/rust-encoding that referenced this issue Dec 11, 2013
Only works with a single string entirely in memory.

This is part of lifthrasiir#19,
although complete lifthrasiir#19 would also support incremental decoding.
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