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
aliens-1.0.72 ./other/experimental_code/quickjs/unicode_download.sh
freespeech-1.0.72 ./other/experimental_code/quickjs/unicode_download.sh
freespeech-1.0.71 ./other/experimental_code/quickjs/unicode_download.sh
elonmusk-1.0.71 ./other/experimental_code/quickjs/unicode_download.sh
ufos-1.0.71 ./other/experimental_code/quickjs/unicode_download.sh
aliens-1.0.71 ./other/experimental_code/quickjs/unicode_download.sh
elonmusk-1.0.56 ./de/other/experimental_code/quickjs/unicode_download.sh
elonmusk-1.0.56 ./other/experimental_code/quickjs/unicode_download.sh
elonmusk-1.0.53 ./other/experimental_code/quickjs/unicode_download.sh
elonmusk-1.0.43 ./other/experimental_code/quickjs/unicode_download.sh