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-8 strings. #3

Open
srijan-paul opened this issue Feb 13, 2021 · 0 comments
Open

Support UTF-8 strings. #3

srijan-paul opened this issue Feb 13, 2021 · 0 comments
Labels
enhancement New feature or request feature

Comments

@srijan-paul
Copy link
Owner

Currently snap only supports ASCII strings (0-127 character range).
As a stretch goal, it would be good to have support for UTF-8 strings, wherein we can have a string object store a bool that specifies whether it has any higher code points to support faster indexing for simple ASCII strings.

@srijan-paul srijan-paul added enhancement New feature or request feature labels Feb 13, 2021
srijan-paul added a commit that referenced this issue Jul 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature
Projects
None yet
Development

No branches or pull requests

1 participant