From: Ben Harris Date: Mon, 7 May 2012 11:34:49 +0000 (+0100) Subject: Make ocircumflex visually distinct from Ocircumflex and compatible with X-Git-Tag: bedstead-001.000~77 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=f1e4963e55f4603386fa5d9948e2bef435eacf2c;p=bedstead.git Make ocircumflex visually distinct from Ocircumflex and compatible with the other accented small o characters. --- diff --git a/bedstead.c b/bedstead.c index ebb0fdd..56d3cdb 100644 --- a/bedstead.c +++ b/bedstead.c @@ -288,7 +288,7 @@ struct glyph { {{004,002,021,021,021,021,017,000,000}, -1, "ugrave.saa5054" }, {{004,012,000,014,004,004,016,000,000}, 0x00ee, "icircumflex" }, {{004,012,016,001,017,021,017,000,000}, 0x00e2, "acircumflex" }, - {{004,012,016,021,021,021,016,000,000}, 0x00f4, "ocircumflex" }, + {{004,012,016,021,021,021,016,000,000}, -1, "ocircumflex.saa5054" }, {{004,012,000,021,021,021,017,000,000}, 0x00fb, "ucircumflex" }, {{000,000,017,020,020,020,017,002,006}, -1, "ccedilla.saa5054" }, @@ -540,6 +540,7 @@ struct glyph { {{032,004,012,001,017,021,016,000,000}, 0x00f0, "eth" }, {{005,012,036,021,021,021,021,000,000}, 0x00f1, "ntilde" }, {{002,004,000,016,021,021,016,000,000}, 0x00f3, "oacute" }, + {{004,012,000,016,021,021,016,000,000}, 0x00f4, "ocircumflex" }, {{005,012,000,016,021,021,016,000,000}, 0x00f5, "otilde" }, {{000,000,017,023,025,031,036,000,000}, 0x00f8, "oslash" }, {{002,004,021,021,021,021,017,000,000}, 0x00fa, "uacute" },