From: Ben Harris Date: Sun, 7 Sep 2025 17:13:50 +0000 (+0100) Subject: More modifier letters of quotation marks X-Git-Tag: bedstead-3.261~93 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=8cb047830b3fa20a4986d3456faf2eddca9a8006;p=bedstead.git More modifier letters of quotation marks They're aliases of the normal versions. I think Hawaiian probably wants one. Also converted modifier primes into aliases. --- diff --git a/bedstead.c b/bedstead.c index 32dd1f8..4621f49 100644 --- a/bedstead.c +++ b/bedstead.c @@ -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) */