grumpyhome / grumpy

Grumpy is a Python to Go source code transcompiler and runtime.
Apache License 2.0
420 stars 18 forks source link

Implement unicodedata stdlib module #60

Open alanjds opened 6 years ago

alanjds commented 6 years ago

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.