Open alanjds opened 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.
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.