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

Support UTF-16 strings in files #13

Open
gwicksted opened this issue Apr 29, 2015 · 0 comments
Open

Support UTF-16 strings in files #13

gwicksted opened this issue Apr 29, 2015 · 0 comments

Comments

@gwicksted
Copy link
Owner

Files using 16 bit wide characters do not currently match. This is a problem with the commonly used wchar_t - or more specifically - char16_t where every character is 16 bits wide (unlike UTF-8 which is variable-length) and common 7-bit ASCII characters are padded with a null byte.

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

No branches or pull requests

1 participant