From: Ben Harris Date: Sun, 6 Aug 2017 12:06:12 +0000 (+0100) Subject: Daggers, being another embarrassing omission from StandardEncoding. X-Git-Tag: bedstead-002.000~91 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=8d25cf8256a51aa005291d3a914237944f70e0bf;p=bedstead.git Daggers, being another embarrassing omission from StandardEncoding. --- diff --git a/bedstead.c b/bedstead.c index c59bb03..e09433b 100644 --- a/bedstead.c +++ b/bedstead.c @@ -930,6 +930,8 @@ static struct glyph { {{011,011,022,000,000,000,000,000,000}, 0x201d, "quotedblright" }, {{000,000,000,000,000,011,011,022,000}, 0x201e, "quotedblbase" }, {{022,022,011,000,000,000,000,000,000}, 0x201f }, /* quotedblreversed */ + {{004,004,037,004,004,004,004,004,004}, 0x2020, "dagger" }, + {{004,004,037,004,004,004,037,004,004}, 0x2021, "daggerdbl" }, {{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" }, @@ -1278,6 +1280,7 @@ static struct glyph { {{000,025,000,021,000,025,000,000,000}, 0x2b1a }, /* dottedsquare */ /* Latin Extended-C */ {{000,000,022,025,024,024,010,000,000}, 0x2c71 }, /* vhook */ + /* Private use */ /* U+EE00--U+EE7F: zvbi mosaic graphics */ #define M(x) {{(x)}, 0xee00 + (x), NULL, MOS}