Skip to content

Commit

Permalink
Remove unused, unneeded and misspelled block filter
Browse files Browse the repository at this point in the history
  • Loading branch information
thundergnat committed Oct 2, 2020
1 parent cefec1f commit 7167b3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/ucd2c.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1908,8 +1908,7 @@ sub UnicodeData {
|| $point->{name} eq '<CJK UNIFIED IDEOGRAPH>'
|| $point->{name} eq '<private-use>'
|| $point->{name} eq '<surrogate>'
|| $point->{name} eq '<TANGUT IDEOGRAPH>'
|| $point->{name} eq '<TANGUT IDEOGRAPH SUPPLIMENT>') {
|| $point->{name} eq '<TANGUT IDEOGRAPH>' {
}
else {
die "$point->{name} encountered. Make sure to check https://www.unicode.org/versions/Unicode10.0.0/ch04.pdf for Name Derivation Rule Prefix Strings\n" .
Expand Down

0 comments on commit 7167b3d

Please sign in to comment.