You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: