-
Notifications
You must be signed in to change notification settings - Fork 31.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
Request UTF-32 Character Encoding #5956
Comments
@PsyTae IIRC it's because of what JavaScript/v8 supports. cc @trevnorris |
I wouldn't say that UTF-32 is more useful than UTF-8, but no matter what you can always use the |
This one may actually make sense to get added, although it's likely fairly non-trivial. I'm willing to take this on to investigate. |
One-byte (i.e. There have been requests in the past (see #2835) to support extending supported Buffer encodings, but doing this is tricky. For example, the call to So I'd say |
That I also don't want to be dependent on Python to build the native code for |
@PsyTae You might submit an issue at |
Given the responses, going to close this as it's not likely to happen in core. |
Character encoding for buffer.
Why are utf-8 and utf-16 included for Buffer Encoding but UTF-32 is not? UTF-32 is just as prevalent and even more useful than the first two including more options for characters.
The text was updated successfully, but these errors were encountered: