Rollup merge of #123164 - Marcondiro:unicode15-1, r=Manishearth
Bump Unicode printables to version 15.1, align to unicode_data r? `@Manishearth` Thanks!
This commit is contained in:
commit
83b4d3d638
@ -63,7 +63,10 @@ pub(crate) fn is_printable(x: char) -> bool {
|
||||
if 0x2cea2 <= x && x < 0x2ceb0 {
|
||||
return false;
|
||||
}
|
||||
if 0x2ebe1 <= x && x < 0x2f800 {
|
||||
if 0x2ebe1 <= x && x < 0x2ebf0 {
|
||||
return false;
|
||||
}
|
||||
if 0x2ee5e <= x && x < 0x2f800 {
|
||||
return false;
|
||||
}
|
||||
if 0x2fa1e <= x && x < 0x30000 {
|
||||
@ -112,7 +115,7 @@ pub(crate) fn is_printable(x: char) -> bool {
|
||||
(0x2b, 3),
|
||||
(0x2d, 11),
|
||||
(0x2e, 1),
|
||||
(0x30, 3),
|
||||
(0x30, 4),
|
||||
(0x31, 2),
|
||||
(0x32, 1),
|
||||
(0xa7, 2),
|
||||
@ -157,12 +160,12 @@ pub(crate) fn is_printable(x: char) -> bool {
|
||||
0x7e, 0x7f, 0xb5, 0xc5, 0xd4, 0xd5, 0xdc, 0xf0,
|
||||
0xf1, 0xf5, 0x72, 0x73, 0x8f, 0x74, 0x75, 0x96,
|
||||
0x26, 0x2e, 0x2f, 0xa7, 0xaf, 0xb7, 0xbf, 0xc7,
|
||||
0xcf, 0xd7, 0xdf, 0x9a, 0x40, 0x97, 0x98, 0x30,
|
||||
0x8f, 0x1f, 0xd2, 0xd4, 0xce, 0xff, 0x4e, 0x4f,
|
||||
0x5a, 0x5b, 0x07, 0x08, 0x0f, 0x10, 0x27, 0x2f,
|
||||
0xee, 0xef, 0x6e, 0x6f, 0x37, 0x3d, 0x3f, 0x42,
|
||||
0x45, 0x90, 0x91, 0x53, 0x67, 0x75, 0xc8, 0xc9,
|
||||
0xd0, 0xd1, 0xd8, 0xd9, 0xe7, 0xfe, 0xff,
|
||||
0xcf, 0xd7, 0xdf, 0x9a, 0x00, 0x40, 0x97, 0x98,
|
||||
0x30, 0x8f, 0x1f, 0xd2, 0xd4, 0xce, 0xff, 0x4e,
|
||||
0x4f, 0x5a, 0x5b, 0x07, 0x08, 0x0f, 0x10, 0x27,
|
||||
0x2f, 0xee, 0xef, 0x6e, 0x6f, 0x37, 0x3d, 0x3f,
|
||||
0x42, 0x45, 0x90, 0x91, 0x53, 0x67, 0x75, 0xc8,
|
||||
0xc9, 0xd0, 0xd1, 0xd8, 0xd9, 0xe7, 0xfe, 0xff,
|
||||
];
|
||||
#[rustfmt::skip]
|
||||
const SINGLETONS1U: &[(u8, u8)] = &[
|
||||
@ -339,10 +342,9 @@ pub(crate) fn is_printable(x: char) -> bool {
|
||||
0x80, 0xbe, 0x22,
|
||||
0x74, 0x0c,
|
||||
0x80, 0xd6, 0x1a,
|
||||
0x0c, 0x05,
|
||||
0x80, 0xff, 0x05,
|
||||
0x80, 0xdf, 0x0c,
|
||||
0xf2, 0x9d, 0x03,
|
||||
0x81, 0x10, 0x05,
|
||||
0x80, 0xdf, 0x0b,
|
||||
0xf2, 0x9e, 0x03,
|
||||
0x37, 0x09,
|
||||
0x81, 0x5c, 0x14,
|
||||
0x80, 0xb8, 0x08,
|
||||
|
Loading…
Reference in New Issue
Block a user