2 * UCW Library -- Lowercase Map
4 * (c) 1997--2004 Martin Mares <mj@ucw.cz>
6 * This software may be freely distributed and used according to the terms
7 * of the GNU Lesser General Public License.
10 #include "lib/chartype.h"
12 const unsigned char _c_lower[256] = {
13 #define CHAR(code,upper,lower,cat) lower,
14 #include "lib/charmap.h"