]> mj.ucw.cz Git - libucw.git/blob - charset/misc/generate
a606e7f677466ea4cc42ab5ac7148f87f73312bb
[libucw.git] / charset / misc / generate
1 #!/bin/sh
2 # Generate all data files for the charset conversion library
3 # (c) 2001--2003 Martin Mares <mj@ucw.cz>
4
5 set -ex
6 rm -f U-*.h chartable.h misc/u-*
7 misc/gen-basic
8 misc/table2h _U_cat byte <misc/u-cat >U-cat.h
9 misc/table2h _U_lower word <misc/u-lower >U-lower.h
10 misc/table2h _U_upper word <misc/u-upper >U-upper.h
11 misc/gen-unacc >misc/u-unacc
12 misc/table2h _U_unaccent word <misc/u-unacc >U-unacc.h
13 misc/gen-ligatures >U-ligatures.h
14 misc/gen-charconv <misc/chartable.in >chartable.h