From: Ben Harris Date: Wed, 19 Jul 2017 21:14:49 +0000 (+0100) Subject: Make U+00A8 "dieresis" consistent with other diereses. X-Git-Tag: bedstead-002.000~124 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=0ad411932d5e701a9614bb44b32c7ae4d2bce4f5;p=bedstead.git Make U+00A8 "dieresis" consistent with other diereses. --- diff --git a/bedstead.c b/bedstead.c index 6fd8b68..3948a20 100644 --- a/bedstead.c +++ b/bedstead.c @@ -467,7 +467,7 @@ struct glyph { {{000,000,004,000,004,004,004,004,004}, 0x00a1, "exclamdown" }, {{000,004,017,024,024,024,017,004,000}, 0x00a2, "cent" }, {{021,012,037,004,037,004,004,000,000}, 0x00a5, "yen" }, - {{022,000,000,000,000,000,000,000,000}, 0x00a8, "dieresis" }, + {{012,000,000,000,000,000,000,000,000}, 0x00a8, "dieresis" }, {{016,021,025,033,031,033,025,021,016}, 0x00a9, "copyright" }, {{016,001,017,021,017,000,037,000,000}, 0x00aa, "ordfemenine" }, {{000,000,000,011,022,011,000,000,000}, 0x00ab, "guillemotleft" },