mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-07-10 05:53:05 -04:00
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.
This commit is contained in:
parent
e4359c014a
commit
b39bef99df
18
bedstead.c
18
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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user