This commit is contained in:
lelgenio 2023-05-18 17:04:11 -03:00
parent f5b5413815
commit 92cfb1c0f7
4 changed files with 346 additions and 199 deletions

View file

@ -107,7 +107,6 @@ pub const SYMBOLS: &[(char, &str)] = &[
('ª', "feminine ordinal indicator Latin-1 Supplement"),
('«', "left-pointing double angle quotation mark Latin-1 Supplement"),
('¬', "not sign Latin-1 Supplement"),
('­', "soft hyphen Latin-1 Supplement"),
('®', "registered sign Latin-1 Supplement"),
('¯', "macron Latin-1 Supplement"),
('°', "degree sign Latin-1 Supplement"),
@ -2395,7 +2394,6 @@ pub const SYMBOLS: &[(char, &str)] = &[
('', "punctuation space General Punctuation"),
('', "thin space General Punctuation"),
('', "hair space General Punctuation"),
('', "zero width space General Punctuation"),
('', "zero width non-joiner General Punctuation"),
('', "zero width joiner General Punctuation"),
('', "left-to-right mark General Punctuation"),
@ -2475,7 +2473,6 @@ pub const SYMBOLS: &[(char, &str)] = &[
('⁝', "tricolon General Punctuation"),
('⁞', "vertical four dots General Punctuation"),
('', "medium mathematical space General Punctuation"),
('', "word joiner General Punctuation"),
('', "function application General Punctuation"),
('', "invisible times General Punctuation"),
('', "invisible separator General Punctuation"),