In this directory, miscellaneous tools shown below are stored.
A Python script to generate a PEG file defining rules to match Unicode characters with the respective general category properties. It needs internet access for fetching Unicode data from https://www.unicode.org/ .
The Python module requests
is required.
$ python unicode_general_category.py > ../import/char/unicode_general_category.peg
A Python script to generate a PEG file defining rules to match Unicode characters with the respective derived core properties. It needs internet access for fetching Unicode data from https://www.unicode.org/ .
The Python module requests
is required.
$ python unicode_derived_core.py > ../import/char/unicode_derived_core.peg