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

Remove all setEncoding()'s by default. UTF-8 cannot safely be implied… #27

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

NuSkooler
Copy link

…. Callers can set this explicitly, or for example set their own processing in 'data' listeners.

I had to put this in my own fork for now - non-UTF8 encodings simply fail due to explicitly setting them to UTF-8. Callers can still use setEncoding() - or, for more advanced stuff (e.g. iconv, or the like), handle it in 'data' event.

…. Callers can set this explicitly, or for example set their own processing in 'data' listeners
@NuSkooler
Copy link
Author

@iiegor Any thoughts on this?

Andrew Pamment and others added 2 commits June 20, 2017 15:01
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

Successfully merging this pull request may close these issues.

None yet

1 participant