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.
This commit is contained in:
Ben Harris 2025-01-30 14:11:02 +00:00
parent 6326c4362d
commit 926cedd4bc

View File

@ -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") \