Skip to content

Conversation

@pfgithub
Copy link
Contributor

@pfgithub pfgithub commented Jun 9, 2020

#5564. This allows integers <= u21 to be printed as unicode codepoints. I'm not sure what should be done for the error conditions when a codepoint is invalid.

@pfgithub
Copy link
Contributor Author

pfgithub commented Jun 9, 2020

Wait nevermind I forgot how unicode works. This means codepoints 128-255 are printed as bytes if the integer they are in is <=8 bits, but as codepoints if >8 bits which is strange and inconsistent.

@pfgithub pfgithub closed this Jun 9, 2020
@LemonBoy LemonBoy mentioned this pull request Sep 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant