]> mj.ucw.cz Git - libucw.git/blobdiff - charset/misc/generate
Doc: Documented growing arrays, generic allocators and related things
[libucw.git] / charset / misc / generate
index 79774a934959bbff17444f1f51a974901a4fc88b..1d91b76ea41dc51311d5d69097542a76ffef136b 100644 (file)
@@ -6,9 +6,9 @@ set -ex
 rm -f U-*.h chartable.h misc/u-*
 misc/gen-basic
 misc/table2h _U_cat byte <misc/u-cat >U-cat.h
-misc/table2h _U_lower word <misc/u-lower >U-lower.h
-misc/table2h _U_upper word <misc/u-upper >U-upper.h
+misc/table2h _U_lower u16 <misc/u-lower >U-lower.h
+misc/table2h _U_upper u16 <misc/u-upper >U-upper.h
 ( cat misc/user_unacc && misc/gen-unacc ) >misc/u-unacc
-misc/table2h _U_unaccent word <misc/u-unacc >U-unacc.h
+misc/table2h _U_unaccent u16 <misc/u-unacc >U-unacc.h
 misc/gen-ligatures >U-ligatures.h
 misc/gen-charconv <misc/chartable.in >chartable.h