From 926cedd4bc16c883bd7826f2b4326d31fe5e25db Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 30 Jan 2025 14:11:02 +0000 Subject: [PATCH] Add T with comma below If I'm going to insist that U+0162 and U+0163 really have cedillas, I should have their unambiguously comma-below versions, U+021A and U+021B, as well. --- bedstead.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bedstead.c b/bedstead.c index c38230d..dcad6c4 100644 --- a/bedstead.c +++ b/bedstead.c @@ -940,6 +940,11 @@ static struct glyph { {"\10\04\21\31\25\23\21\00\00", U(01F8) }, /* Ngrave */ {"\10\04\36\21\21\21\21\00\00", U(01F9) }, /* ngrave */ ALIAS("uni01F9.sc", "uni01F8"), + {"\37\04\04\04\04\04\00\04\10", U(021A) }, /* Tcommaaccent */ + {"\00\00\37\04\04\04\00\04\10", -1, "uni021A.c2sc" }, + {"\04\04\16\04\04\02\00\04\10", U(021B) }, /* tcommaaccent */ + {"\00\04\16\04\04\02\00\04\10", -1, "uni021B.small" }, + ALIAS("uni021B.sc", "uni021A.c2sc"), {"\16\00\21\12\04\04\04\00\00", U(0232) }, /* Ymacron */ {"\16\00\21\21\21\21\17\01\16", U(0233) }, /* ymacron */ ALIAS("uni0233.sc", "uni0232"), @@ -2888,7 +2893,8 @@ static struct alt_sub_override { #define CV84(V) V("t", ".small") V("uni0163", ".small") \ V("uni0163.angular", ".small") \ V("tcaron", ".small") V("tbar", ".small") \ - V("uni01AB", ".small") V("uni0287", ".small") \ + V("uni01AB", ".small") V("uni021B", ".small") \ + V("uni0287", ".small") \ V("uni0288", ".small") V("uni02A6", ".small") \ V("uni02A7", ".small") V("uni1E6D", ".small") \ V("uni1E6F", ".small") V("uni1E71", ".small") \ -- 2.30.2