We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to think about Unicode support in Mindy.
My initial proposal would be that binary data be moved to a new byte buffer type (or byte vector) ala #57.
Then, we'd treat all strings as UTF-8 and provide ways to encode to and decode from a byte buffer.
We would get rid of <unicode-string> and perhaps <byte-string> and have a single subclass of <string> that provided the UTF-8 functionality.
<unicode-string>
<byte-string>
<string>
The text was updated successfully, but these errors were encountered:
It might be worth taking a look at https://bitbucket.org/knight666/utf8rewind/overview
Sorry, something went wrong.
No branches or pull requests
We need to think about Unicode support in Mindy.
My initial proposal would be that binary data be moved to a new byte buffer type (or byte vector) ala #57.
Then, we'd treat all strings as UTF-8 and provide ways to encode to and decode from a byte buffer.
We would get rid of
<unicode-string>
and perhaps<byte-string>
and have a single subclass of<string>
that provided the UTF-8 functionality.The text was updated successfully, but these errors were encountered: