3 # Note: This file is tkaen, and modified, from gucharmap - svn revision 1169
5 # usage: ./download-unicode-files.sh DIRECTORY
6 # downloads following files from unicode.org to DIRECTORY or unicode/ (if
7 # DIRECTORY is not presented):
15 # FILES='UnicodeData.txt Unihan.zip NamesList.txt Blocks.txt Scripts.txt'
17 FILES
='UnicodeData.txt Blocks.txt Scripts.txt'
19 mkdir
-p ${1:-unicode}
22 wget
"http://www.unicode.org/Public/UNIDATA/$x" -O "${1:-unicode}/$x"