We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for this library!
What would it take to add support for UTF-16 and UTF-16BE ?
The text was updated successfully, but these errors were encountered:
@tmm1 not sure if you are still interested in doing this, but golang has encode and decode methods for utf16 here: https://pkg.go.dev/unicode/utf16#pkg-variables
It would be possible to add utf16 similar to how I recently added cp850; see: #3
The applicable go package is: unicode.utf16. You can follow the PR I created for CP850 and replace UTF16 where necessary.
UTF16BE I am unfamiliar with, I am unsure if that one is supported.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Thanks for this library!
What would it take to add support for UTF-16 and UTF-16BE ?
The text was updated successfully, but these errors were encountered: