From 93dfb2508b6cf18d56e67974b8aa4dfa00d74911 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 7 Sep 2025 12:24:12 +0100 Subject: [PATCH] U+0194 LATIN CAPITAL LETTER GAMMA Hyperglot says that completes several more African languages including Dinka. --- bedstead.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bedstead.c b/bedstead.c index 3bb8b3d..0f03c97 100644 --- a/bedstead.c +++ b/bedstead.c @@ -925,6 +925,8 @@ static struct glyph { {"\16\21\20\14\20\21\16\00\00", U(0190) }, /* Open E */ {"\00\00\16\21\14\21\16\00\00", -1, "uni0190.c2sc" }, {"\02\04\04\16\04\04\04\04\10", 0x0192, "florin" }, + {"\21\21\21\12\12\04\12\12\04", U(0194) }, /* Latin Gamma */ + {"\00\00\21\21\12\04\12\12\04", -1, "uni0194.c2sc" }, {"\16\04\04\04\04\04\02\00\00", U(0196) }, /* Latin Iota */ {"\00\00\16\04\04\04\02\00\00", -1, "uni0196.c2sc" }, {"\16\04\04\16\04\04\16\00\00", U(0197) }, /* I with stroke */ @@ -1040,6 +1042,7 @@ static struct glyph { {"\00\00\17\21\21\21\17\01\16", U(0261) }, /* Opentail g */ {"\00\00\17\20\23\21\17\00\00", U(0262) }, /* Small capital G */ {"\00\00\21\12\12\04\12\12\04", U(0263) }, /* gamma */ + ALIAS("uni0263.sc", "uni0194.c2sc"), {"\00\00\33\04\12\12\04\00\00", U(0264) }, /* ram's horns */ {"\00\00\21\21\21\21\17\01\01", U(0265) }, /* Turned h */ {"\14\20\36\21\21\21\21\00\00", U(0266) }, /* Hooktop h */ -- 2.30.2