]> mj.ucw.cz Git - libucw.git/blob - charset/tolower.c
New character set conversion routines from CharConv Library.
[libucw.git] / charset / 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 "unicode.h"
8
9 #include "U-lower.h"