]> mj.ucw.cz Git - libucw.git/blob - charset/misc/generate
Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT/sherlock.git#v3.10.1
[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 u16 <misc/u-lower >U-lower.h
10 misc/table2h _U_upper u16 <misc/u-upper >U-upper.h
11 ( cat misc/user_unacc && misc/gen-unacc ) >misc/u-unacc
12 misc/table2h _U_unaccent u16 <misc/u-unacc >U-unacc.h
13 misc/gen-ligatures >U-ligatures.h
14 misc/gen-charconv <misc/chartable.in >chartable.h