From: Ben Harris Date: Sat, 6 Sep 2025 22:36:26 +0000 (+0100) Subject: Proper names for Wgrave, wgrave, Wacute, wacute, Ygrave, and ygrave X-Git-Tag: bedstead-3.261~102 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=b39bef99dfbf6919d517d18dc3616d177d395ae3;p=bedstead.git Proper names for Wgrave, wgrave, Wacute, wacute, Ygrave, and ygrave Turns out that these are in AGLFN. No compatibility aliases because they never appeared in a release with the wrong names. --- diff --git a/bedstead.c b/bedstead.c index a6954cb..4d037a7 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1560,12 +1560,12 @@ static struct glyph { {"\21\21\21\12\12\04\04\00\04", U(1E7E) }, /* Vdotbelow */ ALIAS("uni1E7E.c2sc", "uni1E7F"), {"\00\00\21\21\12\12\04\00\04", U(1E7F) }, /* vdotbelow */ - {"\10\04\21\25\25\25\12\00\00", U(1E80) }, /* Wgrave */ - {"\10\04\21\21\25\25\12\00\00", U(1E81) }, /* wgrave */ - ALIAS("uni1E81.sc", "uni1E80"), - {"\02\04\21\25\25\25\12\00\00", U(1E82) }, /* Wacute */ - {"\02\04\21\21\25\25\12\00\00", U(1E83) }, /* wacute */ - ALIAS("uni1E83.sc", "uni1E82"), + {"\10\04\21\25\25\25\12\00\00", 0x1e80, "Wgrave" }, + {"\10\04\21\21\25\25\12\00\00", 0x1e81, "wgrave" }, + ALIAS("wgrave.sc", "Wgrave"), + {"\02\04\21\25\25\25\12\00\00", 0x1e82, "Wacute" }, + {"\02\04\21\21\25\25\12\00\00", 0x1e83, "wacute" }, + ALIAS("wacute.sc", "Wacute"), {"\12\00\21\25\25\25\12\00\00", 0x1e84, "Wdieresis", }, {"\12\00\21\21\25\25\12\00\00", 0x1e85, "wdieresis", }, ALIAS("wdieresis.sc", "Wdieresis"), @@ -1618,9 +1618,9 @@ static struct glyph { {"\00\00\21\21\21\21\16\00\04", 0xf1bd, "uni1EE4.c2sc" }, {"\00\00\21\21\21\21\17\00\04", U(1EE5) }, /* udotbelow */ ALIAS("uni1EE5.sc", "uni1EE4.c2sc"), - {"\10\04\21\12\04\04\04\00\00", U(1EF2) }, /* Ygrave */ - {"\10\04\21\21\21\21\17\01\16", U(1EF3) }, /* ygrave */ - ALIAS("uni1EF3.sc", "uni1EF2"), + {"\10\04\21\12\04\04\04\00\00", 0x1ef2, "Ygrave" }, + {"\10\04\21\21\21\21\17\01\16", 0x1ef3, "ygrave" }, + ALIAS("ygrave.sc", "Ygrave"), {"\21\21\12\04\04\04\04\00\04", U(1EF4) }, /* Ydotbelow */ {"\00\00\21\12\04\04\04\00\04", 0xf1be, "uni1EF4.c2sc" }, {"\00\00\21\21\17\01\16\00\04", U(1EF5) }, /* ydotbelow */