rust/src/tools/unicode-table-generator
Pyfisch 7f4048c710 Store UNICODE_VERSION as a tuple
Remove the UnicodeVersion struct containing
major, minor and update fields and replace it with
a 3-tuple containing the version number.
As the value of each field is limited to 255
use u8 to store them.
2020-04-11 12:56:25 +02:00
..
src Store UNICODE_VERSION as a tuple 2020-04-11 12:56:25 +02:00
Cargo.toml Add unicode table generator 2020-01-14 19:11:15 -05:00