chiark / gitweb /
More modifier letters of quotation marks
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 7 Sep 2025 17:13:50 +0000 (18:13 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 7 Sep 2025 17:13:50 +0000 (18:13 +0100)
They're aliases of the normal versions.  I think Hawaiian probably
wants one.  Also converted modifier primes into aliases.

bedstead.c

index 32dd1f82c572c7d7dea8631b1381d2f940781a54..4621f4932389a78a862b942dbd999ace385517cb 100644 (file)
@@ -1136,9 +1136,11 @@ static struct glyph {
  /* Spacing modifier letters */
  {"\20\20\30\24\24\00\00\00\00", U(02B0) }, /* Superscript h */
  {"\10\00\10\10\10\20\00\00\00", U(02B2) }, /* Superscript j */
- {"\10\10\20\20\00\00\00\00\00", U(02B9) }, /* modifier letter prime */
- {"\11\11\22\22\00\00\00\00\00", U(02BA) }, /* modifier double prime */
- {"\04\04\10\00\00\00\00\00\00", U(02BC) }, /* Modifier apostrophe */
+ UALIAS(0x02b9, "uni02B9", "minute"),
+ UALIAS(0x02ba, "uni02BA", "second"),
+ UALIAS(0x02bb, "uni02BB", "quoteleft"),
+ UALIAS(0x02bc, "uni02BC", "quoteright"),
+ UALIAS(0x02bd, "uni02BD", "quotereversed"),
  {"\04\12\00\00\00\00\00\00\00", 0x02c6, "circumflex" },
  {"\12\04\00\00\00\00\00\00\00", 0x02c7, "caron" },
  {"\04\04\04\00\00\00\00\00\00", U(02C8) }, /* Vertical stroke (superior) */