From a936f95c75930ef9c6c5bd9fc650f2045dfaefdf Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Tue, 17 Jul 2007 15:22:34 +0000 Subject: [PATCH] =?UTF-8?q?=20=20*=20Use=20j/=E1=B8=B7=20and=20l/=C8=B7=20?= =?UTF-8?q?pairs=20in=20glyph=20rotation.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cucul/transform.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cucul/transform.c b/cucul/transform.c index 262af20..77c015e 100644 --- a/cucul/transform.c +++ b/cucul/transform.c @@ -721,6 +721,8 @@ static uint32_t flopchar(uint32_t ch) 'Y', 0x2144, /* Y ⅄ */ 'h', 0x03bc, /* h μ */ 'i', 0x1d09, /* i ᴉ */ + 'j', 0x1e37, /* j ḷ */ + 'l', 0x0237, /* l ȷ */ 'v', 0x028c, /* v ʌ */ 'w', 0x028d, /* w ʍ */ 'y', 0x03bb, /* y λ */ @@ -775,7 +777,7 @@ static uint32_t rotatechar(uint32_t ch) { /* ASCII */ ' ', '*', '+', '-', '/', '0', '8', ':', '=', 'H', 'I', 'N', - 'O', 'S', 'X', 'Z', '\\', 'l', 'o', 's', 'x', 'z', '|', + 'O', 'S', 'X', 'Z', '\\', 'o', 's', 'x', 'z', '|', /* Unicode */ 0x2591, 0x2592, 0x2593, 0x2588, 0x259a, 0x259e, /* ░ ▒ ▓ █ ▚ ▞ */ 0x2500, 0x2501, 0x2503, 0x2503, 0x253c, 0x254b, /* ─ ━ │ ┃ ┼ ╋ */ @@ -817,7 +819,9 @@ static uint32_t rotatechar(uint32_t ch) 'g', 0x1d77, /* g ᵷ */ 'h', 0x0265, /* h ɥ */ 'i', 0x1d09, /* i ᴉ */ + 'j', 0x1e37, /* j ḷ */ 'k', 0x029e, /* k ʞ */ + 'l', 0x0237, /* l ȷ */ 'm', 0x026f, /* m ɯ */ 'r', 0x0279, /* r ɹ */ 't', 0x0287, /* t ʇ */