]> mj.ucw.cz Git - libucw.git/blobdiff - lib/charmap.h
lizzard -> lizard
[libucw.git] / lib / charmap.h
index fd938a5556b815308a0667f56edfd9e4f61d52f4..c4ba3cbe7c43f874b96c351c24b0bd281a93a678 100644 (file)
@@ -2,6 +2,7 @@
  *     Sherlock Library -- Character Code Map (UTF-8 Version)
  *
  *     (c) 1998--2004 Martin Mares <mj@ucw.cz>
  *     Sherlock Library -- Character Code Map (UTF-8 Version)
  *
  *     (c) 1998--2004 Martin Mares <mj@ucw.cz>
+ *     (c) 2004 Robert Spalek <robert@ucw.cz>
  *
  *     This software may be freely distributed and used according to the terms
  *     of the GNU Lesser General Public License.
  *
  *     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)                                //      <control>
 CHAR(0x05,0x05,0x05,_C_CTRL)                           //      <control>
 CHAR(0x06,0x06,0x06,_C_CTRL)                           //      <control>
 CHAR(0x07,0x07,0x07,_C_CTRL)                           //      <control>
 CHAR(0x05,0x05,0x05,_C_CTRL)                           //      <control>
 CHAR(0x06,0x06,0x06,_C_CTRL)                           //      <control>
 CHAR(0x07,0x07,0x07,_C_CTRL)                           //      <control>
-CHAR(0x08,0x08,0x08,_C_CTRL)                           //      <control>
+CHAR(0x08,0x08,0x08,_C_CTRL | _C_BLANK)                        //      <control>
 CHAR(0x09,0x09,0x09,_C_CTRL | _C_BLANK | _C_PRINT)     //      <control>
 CHAR(0x0A,0x0A,0x0A,_C_CTRL | _C_BLANK)                        //      <control>
 CHAR(0x0B,0x0B,0x0B,_C_CTRL)                           //      <control>
 CHAR(0x09,0x09,0x09,_C_CTRL | _C_BLANK | _C_PRINT)     //      <control>
 CHAR(0x0A,0x0A,0x0A,_C_CTRL | _C_BLANK)                        //      <control>
 CHAR(0x0B,0x0B,0x0B,_C_CTRL)                           //      <control>
-CHAR(0x0C,0x0C,0x0C,_C_CTRL)                           //      <control>
+CHAR(0x0C,0x0C,0x0C,_C_CTRL | _C_BLANK)                        //      <control>
 CHAR(0x0D,0x0D,0x0D,_C_CTRL | _C_BLANK)                        //      <control>
 CHAR(0x0E,0x0E,0x0E,_C_CTRL)                           //      <control>
 CHAR(0x0F,0x0F,0x0F,_C_CTRL)                           //      <control>
 CHAR(0x0D,0x0D,0x0D,_C_CTRL | _C_BLANK)                        //      <control>
 CHAR(0x0E,0x0E,0x0E,_C_CTRL)                           //      <control>
 CHAR(0x0F,0x0F,0x0F,_C_CTRL)                           //      <control>