From: Ben Harris Date: Tue, 8 May 2012 22:09:22 +0000 (+0100) Subject: A few more easy accented Latin characters. X-Git-Tag: bedstead-001.000~70 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=59314ca80ab7fd4378bdf00debc76e8a07fd10b3;p=bedstead.git A few more easy accented Latin characters. --- diff --git a/bedstead.c b/bedstead.c index fbfaf76..2b0293f 100644 --- a/bedstead.c +++ b/bedstead.c @@ -549,8 +549,24 @@ struct glyph { {{012,000,021,021,021,021,017,001,016}, 0x00ff, "ydieresis" }, {{016,000,016,021,037,021,021,000,000}, 0x0100, "Amacron" }, {{016,000,016,001,017,021,017,000,000}, 0x0101, "amacron" }, + {{002,004,016,021,020,021,016,000,000}, 0x0106, "Cacute" }, + {{002,004,017,020,020,020,017,000,000}, 0x0107, "cacute" }, + {{004,012,016,021,020,021,016,000,000}, 0x0108, "Ccircumflex" }, + {{004,012,017,020,020,020,017,000,000}, 0x0109, "ccircumflex" }, + {{004,000,016,021,020,021,016,000,000}, 0x010a, "Cdotaccent" }, + {{004,000,017,020,020,020,017,000,000}, 0x010b, "cdotaccent" }, + {{012,004,016,021,020,021,016,000,000}, 0x010c, "Ccaron" }, + {{012,004,017,020,020,020,017,000,000}, 0x010d, "ccaron" }, {{016,000,037,020,036,020,037,000,000}, 0x0112, "Emacron" }, {{016,000,016,021,037,020,016,000,000}, 0x0113, "emacron" }, + {{004,000,037,020,036,020,037,000,000}, 0x0116, "Edotaccent" }, + {{004,000,016,021,037,020,016,000,000}, 0x0117, "edotaccent" }, + {{012,004,037,020,036,020,037,000,000}, 0x011a, "Ecaron" }, + {{012,004,016,021,037,020,016,000,000}, 0x011b, "ecaron" }, + {{004,012,017,020,023,021,017,000,000}, 0x011c, "Gcircumflex" }, + {{004,012,017,021,021,021,017,001,016}, 0x011d, "gcircumflex" }, + {{004,000,017,020,023,021,017,000,000}, 0x0120, "Gdotaccent" }, + {{004,000,017,021,021,021,017,001,016}, 0x0121, "gdotaccent" }, {{016,000,016,004,004,004,016,000,000}, 0x012a, "Imacron" }, {{016,000,014,004,004,004,016,000,000}, 0x012b, "imacron" }, {{004,000,016,004,004,004,016,000,000}, 0x0130, "Idotaccent" }, @@ -563,6 +579,9 @@ struct glyph { {{000,000,012,025,027,024,013,000,000}, 0x0153, "oe" }, {{016,000,021,021,021,021,016,000,000}, 0x016a, "Umacron" }, {{000,016,000,021,021,021,017,000,000}, 0x016b, "umacron" }, + {{004,012,000,021,012,004,004,000,000}, 0x0176, "Ycircumflex" }, + {{004,012,000,021,021,021,017,001,016}, 0x0177, "ycircumflex" }, + {{012,000,021,012,004,004,004,000,000}, 0x0178, "Ydieresis" }, {{002,004,004,000,000,000,000,000,000}, 0x2018, "quoteleft" }, {{000,000,000,000,000,004,004,010,000}, 0x201a, "quotesinglbase" }, {{011,022,022,000,000,000,000,000,000}, 0x201c, "quotedblleft" },