From: Ben Harris Date: Fri, 26 Oct 2018 11:42:40 +0000 (+0100) Subject: Add Cyrillic letters necessary for Serbian. X-Git-Tag: bedstead-002.001~48 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=c78b95f6f086431adc05e989af0e2bc7e53277a8;p=bedstead.git Add Cyrillic letters necessary for Serbian. That's dje, je, lje, nje, tshe, and dzhe. Because I got an email from Serbian Wikipedia. --- diff --git a/bedstead.c b/bedstead.c index 66802a8..c44857c 100644 --- a/bedstead.c +++ b/bedstead.c @@ -862,15 +862,27 @@ static struct glyph { /* Cyrillic */ {{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,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 */ + {{014,024,024,027,025,025,027,000,000}, 0x0409 }, /* Lje */ + {{024,024,024,037,025,025,027,000,000}, 0x040a }, /* Nje */ + {{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 */ {{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 */ {{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 */ + {{000,000,014,024,026,025,026,000,000}, 0x0459 }, /* lje */ + {{000,000,024,024,036,025,026,000,000}, 0x045a }, /* nje */ + {{010,036,010,016,011,011,011,000,000}, 0x045b }, /* tshe */ {{000,004,021,021,021,021,017,001,016}, 0x045e }, /* short u */ + {{000,000,021,021,021,021,037,004,000}, 0x045f }, /* dzhe */ {{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 */