2 * UCW Library -- Character Classes
4 * (c) 1998--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 "ucw/chartype.h"
12 const unsigned char _c_cat[256] = {
13 #define CHAR(code,upper,lower,cat) cat,
14 #include "ucw/char-map.h"