Skip to content

Commit 153e54b

Browse files
Steworijeff5
authored andcommitted
Updated ucnhash.dat to Unicode 15.1.
1 parent 82bd117 commit 153e54b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Misc/make_ucnhashdat.py

+1
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ def writeUcnhashDat():
377377
wordmap = {}
378378

379379
# Called 2017 with UnicodeData.txt for Unicode 9.0
380+
# Called 2024 with https://www.unicode.org/Public/15.1.0/ucd/UnicodeData.txt
380381
unicodeDataFile = "UnicodeData.txt"
381382
if len(sys.argv) > 1:
382383
unicodeDataFile = sys.argv[1]

NEWS

+2-4
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,10 @@ New Features
3030
--add-modules ALL-DEFAULT to ensure JDK classes are resolved.
3131

3232

33-
Jython 2.7.4b3 Bugs fixed
34-
35-
33+
Jython 2.7.4rc1 Bugs fixed
34+
- [ GH-344 ] Updated ucnhash.dat to Unicode 15.1.
3635

3736
Jython 2.7.4b2 Feature added
38-
3937
- [ GH-325 ] Upward compatibility to Java 9 Modularity
4038

4139
Jython 2.7.4b1 Bugs fixed

src/org/python/modules/ucnhash.dat

54.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)