-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Support Latin-1 (ISO-8859-1) via Async parser #59
Comments
Thank you very much @cowtowncoder :-) |
@cowtowncoder Just wondering, did this make it into a release? I am trying version
|
Looks like it didn't; will be in |
No worries. Thanks for letting me know :-). Best wishes @cowtowncoder |
@adamretter Pushing 1.1.1 release out now with just this one fix, should be at MC in an hour. |
(note: sort of related to #50)
Up to 1.1.0, only UTF-8 and US-ASCII (7-bit Ascii) encodings are supported by async parser.
But since Latin-1 is Unicode value compatible with UTF-8 (even though differing in encoding details), it should be possible and relatively easy to allow that too.
The text was updated successfully, but these errors were encountered: