Skip to content

Commit

Permalink
Updated ucnhash.dat to Unicode 15.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stewori authored and jeff5 committed Jul 22, 2024
1 parent 82bd117 commit 153e54b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions Misc/make_ucnhashdat.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ def writeUcnhashDat():
wordmap = {}

# Called 2017 with UnicodeData.txt for Unicode 9.0
# Called 2024 with https://www.unicode.org/Public/15.1.0/ucd/UnicodeData.txt
unicodeDataFile = "UnicodeData.txt"
if len(sys.argv) > 1:
unicodeDataFile = sys.argv[1]
Expand Down
6 changes: 2 additions & 4 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@ New Features
--add-modules ALL-DEFAULT to ensure JDK classes are resolved.


Jython 2.7.4b3 Bugs fixed


Jython 2.7.4rc1 Bugs fixed
- [ GH-344 ] Updated ucnhash.dat to Unicode 15.1.

Jython 2.7.4b2 Feature added

- [ GH-325 ] Upward compatibility to Java 9 Modularity

Jython 2.7.4b1 Bugs fixed
Expand Down
Binary file modified src/org/python/modules/ucnhash.dat
Binary file not shown.

0 comments on commit 153e54b

Please sign in to comment.