-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
doc: StringDecoder supported encodings #31907
Comments
2 tasks
Lines 122 to 176 in 21bd667
and I have opened a PR that add a link on the doc |
I think this can be closed, right? /cc @himself65 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See here:
https://nodejs.org/docs/latest-v12.x/api/string_decoder.html
It should specify which encodings are supported by StringDecoder. The ones I've found are
utf8
which is documented, anducs2
which is not mentioned, so I found it purely by chance.We have no way of knowing what other encodings are supported.
The text was updated successfully, but these errors were encountered: