]> mj.ucw.cz Git - libucw.git/blobdiff - lib/charmap.h
Empty final bucket should be turned into a file as well.
[libucw.git] / lib / charmap.h
index 21836a0de798a394738e7474831bc00853cf895b..3e348fcf9eef990e23e49e76063a1a762b582482 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- *     Sherlock Library -- Character Code Map (UTF-8 Version)
+ *     UCW Library -- Character Code Map (UTF-8 Version)
  *
  *     (c) 1998--2004 Martin Mares <mj@ucw.cz>
  *     (c) 2004 Robert Spalek <robert@ucw.cz>
  *
  *     (c) 1998--2004 Martin Mares <mj@ucw.cz>
  *     (c) 2004 Robert Spalek <robert@ucw.cz>
@@ -18,7 +18,7 @@ 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>