unicode-rs / unicode-normalization

Unicode Normalization forms according to UAX#15 rules
https://unicode-rs.github.io/unicode-normalization
Other
158 stars 40 forks source link

Update to Unicode 13 #56

Closed pyfisch closed 4 years ago

pyfisch commented 4 years ago

Change version fields to u8 as the maximum value of each field is 255 according to specification.

See also https://github.com/rust-lang/rust/issues/49726#issuecomment-414213985

Is there a particular reason that this crate is currently depends on Unicode 9, four versions behind the latest release?