From: Ben Harris Date: Mon, 31 Jul 2017 19:43:50 +0000 (+0100) Subject: Add single angle quotation marks. X-Git-Tag: bedstead-002.000~109 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=bbcf177b4b0249538cd013d1fc2e1b55cce59609;p=bedstead.git Add single angle quotation marks. Another easy bit of AdobeStandardEncoding that we're missing. --- diff --git a/bedstead.c b/bedstead.c index b806ebd..d1415e8 100644 --- a/bedstead.c +++ b/bedstead.c @@ -888,6 +888,8 @@ static struct glyph { {{022,022,011,000,000,000,000,000,000}, 0x201f }, /* quotedblreversed */ {{000,000,016,016,016,000,000,000,000}, 0x2022, "bullet" }, {{000,000,000,000,000,000,025,000,000}, 0x2026, "ellipsis" }, + {{000,000,000,002,004,002,000,000,000}, 0x2039, "guilsinglleft" }, + {{000,000,000,010,004,010,000,000,000}, 0x203a, "guilsinglright" }, {{025,021,012,004,025,004,012,021,025}, 0x203b }, /* referencemark */ {{000,000,000,000,000,000,000,021,016}, 0x203f }, /* Bottom tie bar */ {{012,012,012,012,012,000,012,000,000}, 0x203c, "exclamdbl" },