rust/library/core/src/unicode
Arpad Borsos 488598c183
Add a lower bound check to `unicode-table-generator` output
This adds a dedicated check for the lower bound
(if it is outside of ASCII range) to the output of the `unicode-table-generator` tool.

This generalized the ASCII-only fast-path, but only for the `Grapheme_Extend` property for now,
as that is the only one with a lower bound outside of ASCII.
2024-04-20 10:16:45 +02:00
..
mod.rs Replace libstd, libcore, liballoc in line comments. 2022-12-30 14:00:42 +01:00
printable.py Apply changes to fix python linting errors 2023-06-16 20:56:01 -04:00
printable.rs Bump Unicode printables to version 15.1, align to unicode_data 2024-03-28 11:21:52 +01:00
unicode_data.rs Add a lower bound check to `unicode-table-generator` output 2024-04-20 10:16:45 +02:00