This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
* Add a flip char for 1
tags/v0.99.beta17
Pascal Terjan
pterjan
16 years ago
parent
cd00d4bd33
commit
d17c0e5ce7
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 ⅃ */
Write
Preview
Loading…
Cancel
Save