We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82bd117 commit 153e54bCopy full SHA for 153e54b
Misc/make_ucnhashdat.py
@@ -377,6 +377,7 @@ def writeUcnhashDat():
377
wordmap = {}
378
379
# Called 2017 with UnicodeData.txt for Unicode 9.0
380
+ # Called 2024 with https://www.unicode.org/Public/15.1.0/ucd/UnicodeData.txt
381
unicodeDataFile = "UnicodeData.txt"
382
if len(sys.argv) > 1:
383
unicodeDataFile = sys.argv[1]
NEWS
@@ -30,12 +30,10 @@ New Features
30
--add-modules ALL-DEFAULT to ensure JDK classes are resolved.
31
32
33
-Jython 2.7.4b3 Bugs fixed
34
-
35
+Jython 2.7.4rc1 Bugs fixed
+ - [ GH-344 ] Updated ucnhash.dat to Unicode 15.1.
36
37
Jython 2.7.4b2 Feature added
38
39
- [ GH-325 ] Upward compatibility to Java 9 Modularity
40
41
Jython 2.7.4b1 Bugs fixed
src/org/python/modules/ucnhash.dat
54.7 KB
0 commit comments