Hide "volatile" PUA chars from website
This commit is contained in:
parent
52a865571c
commit
652768b252
1 changed files with 3 additions and 3 deletions
|
@ -150,9 +150,9 @@ exports.blockData = [
|
|||
[[0xd800, 0xdb7f], "High Surrogates"],
|
||||
[[0xdb80, 0xdbff], "High Private Use Surrogates"],
|
||||
[[0xdc00, 0xdfff], "Low Surrogates"],
|
||||
[[0xe000, 0xe03f], "Private Use Area - Misc"],
|
||||
[[0xe0a0, 0xe0df], "Private Use Area - Powerline"],
|
||||
[[0xee00, 0xee3f], "Private Use Area - Progress Bar"],
|
||||
// [[0xe000, 0xe03f], "Private Use Area - Misc"],
|
||||
[[0xe0a0, 0xe0df], "Private Use Area — Powerline"],
|
||||
[[0xee00, 0xee3f], "Private Use Area — Progress Bar"],
|
||||
[[0xf900, 0xfaff], "CJK Compatibility Ideographs"],
|
||||
[[0xfb00, 0xfb4f], "Alphabetic Presentation Forms"],
|
||||
[[0xfb50, 0xfdff], "Arabic Presentation Forms-A"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue