From ddff57bef4dc1d6892aa0481720c984cbdf4e2ae Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 5 May 2012 23:38:18 +0100 Subject: [PATCH] has an Armenian capital Ca that has two separate components. Experimentally imitate this, which is at least not ugly. --- bedstead.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bedstead.c b/bedstead.c index bc9e37d..a52187d 100644 --- a/bedstead.c +++ b/bedstead.c @@ -663,7 +663,7 @@ struct glyph { {{020,020,036,021,021,021,020,000,000}, 0x053b }, /* Ini */ {{020,020,020,020,020,020,037,000,000}, 0x053c }, /* Liwn */ {{020,020,035,025,025,025,022,000,000}, 0x053d }, /* Xeh */ - {{020,017,012,021,021,021,016,000,000}, 0x053e }, /* Ca */ + {{037,000,016,021,021,021,016,000,000}, 0x053e }, /* Ca */ {{020,021,021,017,001,001,001,000,000}, 0x053f }, /* Ken */ {{002,001,003,014,020,014,003,000,000}, 0x0540 }, /* Ho */ {{016,021,021,001,015,022,015,000,000}, 0x0541 }, /* Ja */ -- 2.30.2