From: Ben Harris Date: Wed, 19 Jul 2017 20:46:47 +0000 (+0100) Subject: Gratuitous Cyrillic letters. X-Git-Tag: bedstead-002.000~125 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=3835a128b28a681a329e4d9203ae4f272a19855e;p=bedstead.git Gratuitous Cyrillic letters. Now I think we have everything needed for Russian, Ukrainian, Belarusian, and Bulgarian. --- 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 */