unicode-rs / unicode-width

Displayed width of Unicode characters and strings according to UAX#11 rules.
https://unicode-rs.github.io/unicode-width
Other
217 stars 27 forks source link

Update to Unicode 13 #18

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

chrisduerr commented 4 years ago

Pinging @Manishearth to merge this?