From 08df83095ef2ddd622118d81b561c4c777ef5662 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 7 Sep 2025 11:13:45 +0100 Subject: [PATCH] U+01B1 LATIN CAPITAL LETTER UPSILON It's just an upside-down Omega. Hyperglot says that gains us support for five more languages. The small-cap is just the already-existing lower-case. --- bedstead.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bedstead.c b/bedstead.c index f590fad..10abd5e 100644 --- a/bedstead.c +++ b/bedstead.c @@ -933,6 +933,8 @@ static struct glyph { {"\04\04\16\04\04\04\02\14\00", U(01AB) }, /* Left-hook T */ {"\00\04\16\04\04\04\02\14\00", 0xf243, "uni01AB.small" }, {"\02\04\16\04\04\04\02\00\00", U(01AD) }, /* Hooktop T */ + {"\33\12\21\21\21\21\16\00\00", U(01B1) }, /* Latin Upsilon */ + ALIAS("uni01B1.c2sc", "uni028A"), {"\22\21\21\21\21\22\14\00\00", U(01B2) }, /* V with hook */ ALIAS("uni01B2.c2sc", "uni028B"), {"\16\21\05\02\15\20\37\00\00", U(01BB) }, /* Barred two */ -- 2.30.2