Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Implement unicodedata stdlib module #267

Open
trotterdylan opened this issue Mar 12, 2017 · 0 comments
Open

Implement unicodedata stdlib module #267

trotterdylan opened this issue Mar 12, 2017 · 0 comments

Comments

@trotterdylan
Copy link
Contributor

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.

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

No branches or pull requests

1 participant