Hide "volatile" PUA chars from website

This commit is contained in:
be5invis 2021-12-01 00:30:05 -08:00
parent 52a865571c
commit 652768b252

View file

@ -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"],