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

Extra BMP Unicode and Windows #82

Open
brodieG opened this issue Sep 16, 2017 · 1 comment
Open

Extra BMP Unicode and Windows #82

brodieG opened this issue Sep 16, 2017 · 1 comment
Labels
Milestone

Comments

@brodieG
Copy link
Owner

brodieG commented Sep 16, 2017

Something is wrong with how windows is handling the out of BMP unicode code points. For example, "\U0001F600" shows up as "<+UF600>" on windows, basically reading the long form U code, but truncating the first four digits".

For now we just commented out the emoji tests that used it since this is completely optional functionality for vetr, but we'll need to examine this more closely, particularly in the context of ansistrings.

@brodieG brodieG added the bug label Sep 16, 2017
@brodieG brodieG added this to the 0.3.0 milestone Sep 16, 2017
@brodieG
Copy link
Owner Author

brodieG commented Mar 23, 2018

Probably because windows is utf-16/ucs2...

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

No branches or pull requests

1 participant