Skip to content

Commit 6fdb9b4

Browse files
committed
Update Unicode download URL
Seems I forgot to update the unicode_download.sh script when I upgraded from Unicode 14.0 to 15.0 in November 2023.
1 parent b293326 commit 6fdb9b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unicode_download.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
set -e
33

4-
url="ftp://ftp.unicode.org/Public/14.0.0/ucd"
4+
url="ftp://ftp.unicode.org/Public/15.0.0/ucd"
55
emoji_url="${url}/emoji/emoji-data.txt"
66

77
files="CaseFolding.txt DerivedNormalizationProps.txt PropList.txt \

0 commit comments

Comments
 (0)