Skip to content

Implement unicodedata stdlib module #60

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

Open
alanjds opened this issue Aug 21, 2018 · 0 comments
Open

Implement unicodedata stdlib module #60

alanjds opened this issue Aug 21, 2018 · 0 comments
Labels
imported Imported from google/grumpy

Comments

@alanjds
Copy link

alanjds commented Aug 21, 2018

In CPython, unicodedata is a C module that uses static data generated by makeunicodedata.py.

We will need something similar in Grumpy. Some of the generated data like category names and such are available in the Go unicode package, but other things are not available in the Go standard library, like character names.

@alanjds alanjds added the imported Imported from google/grumpy label Aug 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
imported Imported from google/grumpy
Projects
None yet
Development

No branches or pull requests

1 participant