Log startup
[notion/jeffpc.git] / de / unicode / make-precompose.sh
blob16fe10e568ff16ff012ef93c9b4a6fe815237f94
1 #!/bin/sh
2 cat precompose.c.head
3 cut UnicodeData-Latest.txt -d ";" -f 1,6 | \
4 grep ";[0-9,A-F]" | grep " " | \
5 sed -e "s/ /, 0x/;s/^/{ 0x/;s/;/, 0x/;s/$/},/" | sort +2
6 cat precompose.c.tail