Browse Source

* Add a flip char for 1

tags/v0.99.beta17
Pascal Terjan pterjan 16 years ago
parent
commit
d17c0e5ce7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      caca/transform.c

+ 1
- 0
caca/transform.c View File

@@ -669,6 +669,7 @@ static uint32_t flipchar(uint32_t ch)
';', 0x204f, /* ; ⁏ */
'`', 0x00b4, /* ` ´ */
',', 0x02ce, /* , ˎ */
'1', 0x07c1, /* 1 ߁ */
'C', 0x03fd, /* C Ͻ */
'E', 0x018e, /* E Ǝ */
'L', 0x2143, /* L ⅃ */


Loading…
Cancel
Save