Skip to content

Commit

Permalink
Merge pull request #27 from Boshen/master
Browse files Browse the repository at this point in the history
Update to Unicode 14.0.0
  • Loading branch information
Manishearth committed Apr 8, 2022
2 parents 15f709e + 1ac42f8 commit 10332bc
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 47 deletions.
1 change: 0 additions & 1 deletion scripts/unicode.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ def emit_bsearch_range_table(f):
// the `Greater` case is tested for before the `Less` case.
if lo > c { Greater }
else if hi < c { Less }
else if hi < c { Less }
else { Equal }
}).is_ok()
}\n
Expand Down
Loading

0 comments on commit 10332bc

Please sign in to comment.