repo.or.cz
/
notion
/
jeffpc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Log startup
[notion/jeffpc.git]
/
de
/
unicode
/
make-precompose.sh
blob
16fe10e568ff16ff012ef93c9b4a6fe815237f94
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