X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fcharmap.h;h=3e348fcf9eef990e23e49e76063a1a762b582482;hb=1abbc2deb8deef4d440f36e32d031b6803224dcd;hp=fd938a5556b815308a0667f56edfd9e4f61d52f4;hpb=87f02bdcf2ab642851cb7c35d9a8dd5e39c5dd18;p=libucw.git diff --git a/lib/charmap.h b/lib/charmap.h index fd938a55..3e348fcf 100644 --- a/lib/charmap.h +++ b/lib/charmap.h @@ -1,7 +1,8 @@ /* - * Sherlock Library -- Character Code Map (UTF-8 Version) + * UCW Library -- Character Code Map (UTF-8 Version) * * (c) 1998--2004 Martin Mares + * (c) 2004 Robert Spalek * * This software may be freely distributed and used according to the terms * of the GNU Lesser General Public License. @@ -17,11 +18,11 @@ CHAR(0x04,0x04,0x04,_C_CTRL) // CHAR(0x05,0x05,0x05,_C_CTRL) // CHAR(0x06,0x06,0x06,_C_CTRL) // CHAR(0x07,0x07,0x07,_C_CTRL) // -CHAR(0x08,0x08,0x08,_C_CTRL) // +CHAR(0x08,0x08,0x08,_C_CTRL | _C_BLANK) // CHAR(0x09,0x09,0x09,_C_CTRL | _C_BLANK | _C_PRINT) // CHAR(0x0A,0x0A,0x0A,_C_CTRL | _C_BLANK) // CHAR(0x0B,0x0B,0x0B,_C_CTRL) // -CHAR(0x0C,0x0C,0x0C,_C_CTRL) // +CHAR(0x0C,0x0C,0x0C,_C_CTRL | _C_BLANK) // CHAR(0x0D,0x0D,0x0D,_C_CTRL | _C_BLANK) // CHAR(0x0E,0x0E,0x0E,_C_CTRL) // CHAR(0x0F,0x0F,0x0F,_C_CTRL) //