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

Unicode support #66

Open
waywardmonkeys opened this issue Oct 31, 2015 · 1 comment
Open

Unicode support #66

waywardmonkeys opened this issue Oct 31, 2015 · 1 comment

Comments

@waywardmonkeys
Copy link
Member

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.

@waywardmonkeys
Copy link
Member Author

It might be worth taking a look at https://bitbucket.org/knight666/utf8rewind/overview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant