-
Notifications
You must be signed in to change notification settings - Fork 409
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-8 keys #928
Support UTF-8 keys #928
Conversation
8c4895c
to
da5e674
Compare
This looks good to me. Functionality works as expected (stored and retrieved entries with keys containing vietnamese letters). Tested with one of my finished apps that uses Hive and everything works as it did previously. |
Thanks @alexobviously 😇 |
Hello @themisir , Shouldn't this check be removed? Can't use |
Giving a PR |
This PR adds utf8 support for the keys not the box names. |
This PR adds support for using unicode keys using UTF-8 encoding. There will be no backwards compatibility issue because ASCII is compatible with UTF-8 encoding.
Closes #159, #717, #412, #84, #37