2 * UCW Library -- Uppercase 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.
11 #include <ucw/chartype.h>
13 const byte ucw_c_upper[256] = {
14 #define CHAR(code,upper,lower,cat) upper,
15 #include <ucw/char-map.h>