From fd6977574e73dd62cbc29a1ce8b5a59de0bad9ba Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 5 Sep 2025 09:59:23 +0100 Subject: [PATCH] Add Y/y with grave They're trivial and Hyperglot says they're necessary for writing Welsh. --- bedstead.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bedstead.c b/bedstead.c index 134514d..7c072d5 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1611,6 +1611,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"), {"\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 */ -- 2.30.2