From 707de1ff33e5f7caed840d04fcfd64256843bf1d Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 16 Jun 2020 09:17:02 +0100 Subject: [PATCH] Add a Cyrillic letter that I came across in the wild --- bedstead.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bedstead.c b/bedstead.c index 2862023..29467d5 100644 --- a/bedstead.c +++ b/bedstead.c @@ -913,6 +913,8 @@ static struct glyph { {{000,000,021,021,021,021,037,004,000}, U(045F) }, /* dzhe */ {{001,037,020,020,020,020,020,000,000}, U(0490) }, /* Ghe with upturn */ {{000,001,037,020,020,020,020,000,000}, U(0491) }, /* ghe with upturn */ + {{017,010,010,036,010,010,010,000,000}, U(0492) }, /* Ghe with stroke */ + {{000,000,017,010,036,010,010,000,000}, U(0493) }, /* ghe with stroke */ #ifdef ARMENIAN /* Armenian */ -- 2.30.2