From 68d1d54520340a0239dafb21c6e4cb54e5af34f8 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 8 Sep 2025 22:52:43 +0100 Subject: [PATCH] U+2C6D LATIN CAPITAL LETTER ALPHA Used by at least one African language that we otherwise support, and trivially derived from the lower-case. --- bedstead.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bedstead.c b/bedstead.c index b762822..e710baf 100644 --- a/bedstead.c +++ b/bedstead.c @@ -2500,6 +2500,8 @@ static struct glyph { {"\00\25\00\21\00\25\00\00\00", U(2B1A) }, /* dottedsquare */ /* Latin extended-C */ + {"\17\21\21\21\21\23\15\00\00", U(2C6D) }, /* Latin Alpha */ + ALIAS("uni2C6D.c2sc", "uni0251"), {"\21\21\37\21\21\12\04\00\00", U(2C6F) }, /* turned A */ {"\00\00\21\21\37\21\16\00\00", 0xf1bf, "uni2C6F.c2sc" }, {"\00\00\22\25\24\24\10\00\00", U(2C71) }, /* vhook */ -- 2.30.2