]> mj.ucw.cz Git - libucw.git/blob - tolower.c
88389f8a877cb61d5e350a98db35e714f1fab837
[libucw.git] / tolower.c
1 /*
2  *      The UniCode Library -- Lowercase Table
3  *
4  *      (c) 1997 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
5  */
6
7 #include "lib/lib.h"
8 #include "charset/unicode.h"
9 #include "charset/U-lower.h"