From 3835a128b28a681a329e4d9203ae4f272a19855e Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 19 Jul 2017 21:46:47 +0100 Subject: [PATCH] Gratuitous Cyrillic letters. Now I think we have everything needed for Russian, Ukrainian, Belarusian, and Bulgarian. --- bedstead.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/bedstead.c b/bedstead.c index 8499a66..6fd8b68 100644 --- a/bedstead.c +++ b/bedstead.c @@ -768,6 +768,20 @@ struct glyph { {{000,000,012,021,025,025,012,000,000}, 0x03c9, "omega" }, {{004,004,016,025,025,025,016,004,004}, 0x03d5, "phi1" }, + /* Cyrillic */ + {{012,000,037,020,036,020,037,000,000}, 0x0401 }, /* Yo */ + {{006,011,020,034,020,011,006,000,000}, 0x0404 }, /* Ye Ukrainian */ + {{016,004,004,004,004,004,016,000,000}, 0x0406 }, /* dotted I */ + {{012,000,016,004,004,004,016,000,000}, 0x0407 }, /* Yi */ + {{025,021,021,037,001,001,037,000,000}, 0x040e }, /* short U */ + {{012,000,016,021,037,020,016,000,000}, 0x0451 }, /* yo */ + {{000,000,014,022,030,022,014,000,000}, 0x0454 }, /* ye Ukrainian */ + {{004,000,014,004,004,004,016,000,000}, 0x0456 }, /* dotted i */ + {{012,000,014,004,004,004,016,000,000}, 0x0457 }, /* yi */ + {{000,004,021,021,021,021,017,001,016}, 0x045e }, /* short u */ + {{001,037,020,020,020,020,020,000,000}, 0x0490 }, /* Ghe with upturn */ + {{000,001,037,020,020,020,020,000,000}, 0x0491 }, /* ghe with upturn */ + #ifdef ARMENIAN /* Armenian */ {{021,021,021,021,025,022,015,000,000}, 0x0531 }, /* Ayb */ -- 2.30.2