From 2ba6e6fbdd91f9c725e612907cfccce214b172da Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 1 Mar 2020 12:28:05 +0000 Subject: [PATCH] Add Cyrillic ie grave and dze (U+0400, U+0405, U+0450, U+0455) They're identical to Latin "e" grave and "s". --- bedstead.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bedstead.c b/bedstead.c index 0790f63..e94cc00 100644 --- a/bedstead.c +++ b/bedstead.c @@ -872,9 +872,11 @@ static struct glyph { {{004,000,004,004,004,004,004,004,010}, 0x03f3 }, /* yot */ /* Cyrillic */ + {{010,004,037,020,036,020,037,000,000}, 0x0400 }, /* Ie grave */ {{012,000,037,020,036,020,037,000,000}, 0x0401 }, /* Yo */ {{036,010,010,016,011,011,011,001,002}, 0x0402 }, /* Dje */ {{006,011,020,034,020,011,006,000,000}, 0x0404 }, /* Ye Ukrainian */ + {{016,021,020,016,001,021,016,000,000}, 0x0405 }, /* Dze */ {{016,004,004,004,004,004,016,000,000}, 0x0406 }, /* dotted I */ {{012,000,016,004,004,004,016,000,000}, 0x0407 }, /* Yi */ {{001,001,001,001,001,021,016,000,000}, 0x0408 }, /* Je */ @@ -883,9 +885,11 @@ static struct glyph { {{036,010,010,016,011,011,011,000,000}, 0x040b }, /* Tshe */ {{025,021,021,037,001,001,037,000,000}, 0x040e }, /* short U */ {{021,021,021,021,021,021,037,004,000}, 0x040f }, /* Dzhe */ + {{010,004,016,021,037,020,016,000,000}, 0x0450 }, /* ie grave */ {{012,000,016,021,037,020,016,000,000}, 0x0451 }, /* yo */ {{010,036,010,016,011,011,011,001,002}, 0x0452 }, /* dje */ {{000,000,014,022,030,022,014,000,000}, 0x0454 }, /* ye Ukrainian */ + {{000,000,017,020,016,001,036,000,000}, 0x0455 }, /* dze */ {{004,000,014,004,004,004,016,000,000}, 0x0456 }, /* dotted i */ {{012,000,014,004,004,004,016,000,000}, 0x0457 }, /* yi */ {{004,000,004,004,004,004,004,004,010}, 0x0458 }, /* je */ -- 2.30.2