From 9faf29dd8c1042080dc3ea17dc54640585a12be0 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 4 Sep 2025 22:00:02 +0100 Subject: [PATCH] Add icircumflex.sc as an alias of Icircumflex Spotted by Shaperglot. I disagree with a lot of its complaints, but in this it was entirely correct. --- bedstead.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bedstead.c b/bedstead.c index 952825e..134514d 100644 --- a/bedstead.c +++ b/bedstead.c @@ -627,6 +627,7 @@ static struct glyph { {"\10\04\00\16\04\04\16\00\00", 0x00cc, "Igrave" }, {"\02\04\00\16\04\04\16\00\00", 0x00cd, "Iacute" }, {"\04\12\00\16\04\04\16\00\00", 0x00ce, "Icircumflex" }, + ALIAS("icircumflex.sc", "Icircumflex"), {"\12\00\16\04\04\04\16\00\00", 0x00cf, "Idieresis" }, {"\16\11\11\35\11\11\16\00\00", 0x00d0, "Eth" }, {"\36\11\11\35\11\11\36\00\00", 0xf221, "Eth.serif" }, -- 2.30.2