rust/src/libcore/unicode
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
..
mod.rs Store UNICODE_VERSION as a tuple 2020-04-11 12:56:25 +02:00
printable.py Make libcore/unicode/printable.rs compatible with rustfmt 2019-11-29 20:17:10 -08:00
printable.rs Regenerate tables for Unicode 13.0.0 2020-03-11 09:24:08 -07:00
unicode_data.rs Store UNICODE_VERSION as a tuple 2020-04-11 12:56:25 +02:00