From 3e1a1d267905f565b062b64b6cf36a8b843c04f4 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Wed, 1 Jul 2009 16:14:41 +0000 Subject: [PATCH] * Add rotated epsilon --- caca/transform.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/caca/transform.c b/caca/transform.c index b39887d..51923fa 100644 --- a/caca/transform.c +++ b/caca/transform.c @@ -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, /* ▄ ▀ */