Skip to content

Commit 1ac42f8

Browse files
committed
Update to Unicode 14.0.0
1 parent 15f709e commit 1ac42f8

File tree

2 files changed

+98
-47
lines changed

2 files changed

+98
-47
lines changed

scripts/unicode.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ def emit_bsearch_range_table(f):
135135
// the `Greater` case is tested for before the `Less` case.
136136
if lo > c { Greater }
137137
else if hi < c { Less }
138-
else if hi < c { Less }
139138
else { Equal }
140139
}).is_ok()
141140
}\n

0 commit comments

Comments
 (0)