std.unicode_table_generator

gen_uni is a tool to automatically generate source code for unicode data structures.

To generate the tables use:

$ rdmd -m32 unicode_table_generator.d
$ rdmd -m64 unicode_table_generator.d --min

See the global `UnicodeDatabaseDirectory` for the latest version of the Unicode database that was used to generate the tables.

TODO: Support emitting of Turkic casefolding mappings

Members

Variables

combiningClass
CodepointSet[256] combiningClass;

canonical combining class

Meta

Authors

Dmitry Olshansky

License

Boost