3 # generate WIDTH-A file, listing Unicode characters with width property
4 # Ambiguous, from EastAsianWidth.txt
6 if [ ! -r EastAsianWidth.txt
]
7 then ln -s /usr
/share
/unicode
/ucd
/EastAsianWidth.txt . ||
exit 1
9 if [ ! -r UnicodeData.txt
]
10 then ln -s /usr
/share
/unicode
/ucd
/UnicodeData.txt . ||
exit 1
12 if [ ! -r Blocks.txt
]
13 then ln -s /usr
/share
/unicode
/ucd
/Blocks.txt . ||
exit 1
16 sed -e "s,^\([^;]*\);A,\1," -e t
-e d EastAsianWidth.txt
> width-a-new
18 echo "# UAX #11: East Asian Ambiguous" > WIDTH-A
19 PATH
="$PATH:." uniset
+width-a-new compact
>> WIDTH-A