/* * UCW Library -- Uppercase Map * * (c) 1997--2004 Martin Mares * * This software may be freely distributed and used according to the terms * of the GNU Lesser General Public License. */ #include #include const byte ucw_c_upper[256] = { #define CHAR(code,upper,lower,cat) upper, #include #undef CHAR };