chiark / gitweb /
Add T with comma below
authorBen Harris <bjh21@bjh21.me.uk>
Thu, 30 Jan 2025 14:11:02 +0000 (14:11 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Thu, 30 Jan 2025 14:11:02 +0000 (14:11 +0000)
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

index c38230db4a7a9784c8afd8f219f65e5f4397c8e5..dcad6c4e9d5cf343366fc7c2b8f196b2c0473b6f 100644 (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")   \