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 rotated epsilon
tags/v0.99.beta17
Pascal Terjan
pterjan
15 years ago
parent
0d271e9873
commit
3e1a1d2679
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
caca/transform.c
+ 2
- 0
caca/transform.c
View File
@@ -908,6 +908,8 @@ static uint32_t rotatechar(uint32_t ch)
/* Misc Unicode */
0x00e6, 0x1d02, /* æ ᴂ */
0x0153, 0x1d14, /* œ ᴔ */
0x03b5, 0x025c, /* ε ɜ */
0x025b, 0x025c, /* ɛ ɜ */
/* CP437 */
0x258c, 0x2590, /* ▌ ▐ */
0x2584, 0x2580, /* ▄ ▀ */
Write
Preview
Loading…
Cancel
Save