mirror of
https://github.com/DoneJS-Runtime/quickjs-done-nextgen.git
synced 2025-01-09 17:43:15 +00:00
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.
This commit is contained in:
parent
b29332697b
commit
6fdb9b4bbb
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
url="ftp://ftp.unicode.org/Public/14.0.0/ucd"
|
||||
url="ftp://ftp.unicode.org/Public/15.0.0/ucd"
|
||||
emoji_url="${url}/emoji/emoji-data.txt"
|
||||
|
||||
files="CaseFolding.txt DerivedNormalizationProps.txt PropList.txt \
|
||||
|
|
Loading…
Reference in a new issue