From 6e5b4d29d6bc85da67bd2a4c6298661b772201fa Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sun, 1 Mar 2009 12:33:25 +0000 Subject: [PATCH] transform.c: add new transformation glyphs for various capital letters. --- caca/transform.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/caca/transform.c b/caca/transform.c index 5b2324b..a3ff090 100644 --- a/caca/transform.c +++ b/caca/transform.c @@ -670,10 +670,14 @@ static uint32_t flipchar(uint32_t ch) '`', 0x00b4, /* ` ´ */ ',', 0x02ce, /* , ˎ */ '1', 0x07c1, /* 1 ߁ */ + 'B', 0x10412,/* B 𐐒 */ 'C', 0x03fd, /* C Ͻ */ + 'D', 0x15e1, /* D ᗡ */ 'E', 0x018e, /* E Ǝ */ + 'J', 0x1490, /* J ᒐ */ 'L', 0x2143, /* L ⅃ */ 'N', 0x0418, /* N И */ + 'P', 0x1040b,/* P 𐐋 */ 'R', 0x042f, /* R Я */ 'S', 0x01a7, /* S Ƨ */ 'c', 0x0254, /* c ɔ */ @@ -753,6 +757,8 @@ static uint32_t flopchar(uint32_t ch) /* ASCII-Unicode */ '_', 0x203e, /* _ ‾ */ '!', 0x00a1, /* ! ¡ */ + 'A', 0x2200, /* A ∀ */ + 'J', 0x1489, /* J ᒉ */ 'L', 0x0413, /* L Г */ 'N', 0x0418, /* N И */ 'P', 0x042c, /* P Ь */ @@ -847,10 +853,13 @@ static uint32_t rotatechar(uint32_t ch) '&', 0x214b, /* & ⅋ */ '!', 0x00a1, /* ! ¡ */ '?', 0x00bf, /* ? ¿ */ + 'A', 0x2200, /* A ∀ */ 'C', 0x03fd, /* C Ͻ */ + 'D', 0x15e1, /* D ᗡ */ 'E', 0x018e, /* E Ǝ */ - 'F', 0x2132, /* F Ⅎ */ + 'F', 0x2132, /* F Ⅎ -- 0x07c3 looks better, but is RTL */ 'G', 0x2141, /* G ⅁ */ + 'J', 0x148b, /* J ᒋ */ 'L', 0x2142, /* L ⅂ */ 'U', 0x0548, /* U Ո */ 'V', 0x039b, /* V Λ */