/* * UCW Library -- Character Classes * * (c) 1998--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_cat[256] = { #define CHAR(code,upper,lower,cat) cat, #include #undef CHAR };