Skip to content

Commit

Permalink
updating to Unicode 15.1 (#46)
Browse files Browse the repository at this point in the history
* updating to Unicode 16

* switching to 15.1.0

* workaround
  • Loading branch information
lemire authored Dec 6, 2024
1 parent d918d3a commit ab36768
Show file tree
Hide file tree
Showing 3 changed files with 1,189 additions and 1,184 deletions.
2 changes: 1 addition & 1 deletion scripts/idna_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def cpp_arrayarray_initializer(arr):
alllines += '\n}'
return alllines

url = "https://www.unicode.org/Public/idna/15.0.0/IdnaMappingTable.txt"
url = "https://www.unicode.org/Public/idna/15.1.0/IdnaMappingTable.txt"
filename = "IdnaMappingTable.txt"
def get_table():
if(not os.path.exists(filename)):
Expand Down
Loading

0 comments on commit ab36768

Please sign in to comment.