当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
10 Star 15 Fork 38

OpenHarmony / third_party_quickjs
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
unicode_download.sh 485 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/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
1
https://gitee.com/openharmony/third_party_quickjs.git
git@gitee.com:openharmony/third_party_quickjs.git
openharmony
third_party_quickjs
third_party_quickjs
master

搜索帮助