rust/src/tools/unicode-table-generator
Josh Stone 6b0b417299 Let unicode-table-generator fail gracefully for bitsets
The "Alphabetic" property in Unicode 14 grew too big for the bitset
representation, panicking "cannot pack 264 into 8 bits". However, we
were already choosing the skiplist for that anyway, so this doesn't need
to be a hard failure. That panic is now a returned `Err`, and then in
`emit_codepoints` we automatically defer to skiplist.
2021-10-06 17:35:49 -07:00
..
src Let unicode-table-generator fail gracefully for bitsets 2021-10-06 17:35:49 -07:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00