Sha256: 3a3d264bae7d1ec16225e82a17e941faec4c8e0ad5dcf47223c8064fb9fbfa47

Contents?: true

Size: 485 Bytes

Versions: 50

Compression:

Stored size: 485 Bytes

Contents

#!/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

Version data entries

50 entries across 49 versions & 6 rubygems

Version Path
ufos-1.0.94 ./other/experimental_code/quickjs/unicode_download.sh
aliens-1.0.94 ./other/experimental_code/quickjs/unicode_download.sh
freespeech-1.0.94 ./other/experimental_code/quickjs/unicode_download.sh
elonmusk-1.0.94 ./other/experimental_code/quickjs/unicode_download.sh
politics-1.0.94 ./other/experimental_code/quickjs/unicode_download.sh
democracy-1.0.94 ./other/experimental_code/quickjs/unicode_download.sh
democracy-1.0.93 ./other/experimental_code/quickjs/unicode_download.sh
ufos-1.0.91 ./other/experimental_code/quickjs/unicode_download.sh
aliens-1.0.91 ./other/experimental_code/quickjs/unicode_download.sh
freespeech-1.0.91 ./other/experimental_code/quickjs/unicode_download.sh
elonmusk-1.0.91 ./other/experimental_code/quickjs/unicode_download.sh
politics-1.0.91 ./other/experimental_code/quickjs/unicode_download.sh
politics-1.0.89 ./other/experimental_code/quickjs/unicode_download.sh
ufos-1.0.87 ./other/experimental_code/quickjs/unicode_download.sh
aliens-1.0.87 ./other/experimental_code/quickjs/unicode_download.sh
freespeech-1.0.87 ./other/experimental_code/quickjs/unicode_download.sh
elonmusk-1.0.87 ./other/experimental_code/quickjs/unicode_download.sh
politics-1.0.87 ./other/experimental_code/quickjs/unicode_download.sh
ufos-1.0.88 ./other/experimental_code/quickjs/unicode_download.sh
aliens-1.0.88 ./other/experimental_code/quickjs/unicode_download.sh