Skip to content

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

Open
NuSkooler wants to merge 3 commits into
iiegor:masterfrom
NuSkooler:master
Open

Remove all setEncoding()'s by default. UTF-8 cannot safely be implied…#27
NuSkooler wants to merge 3 commits into
iiegor:masterfrom
NuSkooler:master

Conversation

@NuSkooler

Copy link
Copy Markdown

…. 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
Copy Markdown
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.

1 participant