16 Star 95 Fork 18

Gitee 极速下载 / QuickJS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/horhof/quickjs
克隆/下载
unicode_download.sh 485 Bytes
一键复制 编辑 原始数据 按行查看 历史
Horunabu Hofutenho 提交于 2020-03-17 12:37 . 2020-03-16
#!/bin/sh
set -e
url="ftp://ftp.unicode.org/Public/13.0.0/ucd"
emoji_url="${url}/emoji/emoji-data.txt"
files="CaseFolding.txt DerivedNormalizationProps.txt PropList.txt \
SpecialCasing.txt CompositionExclusions.txt ScriptExtensions.txt \
UnicodeData.txt DerivedCoreProperties.txt NormalizationTest.txt Scripts.txt \
PropertyValueAliases.txt"
mkdir -p unicode
#for f in $files; do
# g="${url}/${f}"
# wget $g -O unicode/$f
#done
wget $emoji_url -O unicode/emoji-data.txt
C
1
https://gitee.com/mirrors/QuickJS.git
git@gitee.com:mirrors/QuickJS.git
mirrors
QuickJS
QuickJS
master

搜索帮助