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

Implement support for UTF16 with native endianess #6

Open
ruoso opened this issue Nov 26, 2016 · 0 comments
Open

Implement support for UTF16 with native endianess #6

ruoso opened this issue Nov 26, 2016 · 0 comments

Comments

@ruoso
Copy link
Owner

ruoso commented Nov 26, 2016

This library has pluggable encoding support. The basic idea is to offer the 3 basic encodings (UTF8, UTF16 and UTF32) with the native endianess directly. We are still missing 'utf16ne' support.

(support for foreign endian encoding is a possibility, but I'm not sure if it should be part of the scope of the main library, since it has a runtime cost that more likely makes more sense to be eliminated, and instead should always be translated on the borders of the application).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant