From: Ben Harris Date: Sun, 6 Aug 2017 14:12:19 +0000 (+0100) Subject: Add an assortment of punctuation from the U+2000 block. X-Git-Tag: bedstead-002.000~89 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=5e29327447e71b497be76a28f7b2fbcc3a8a0bcb;p=bedstead.git Add an assortment of punctuation from the U+2000 block. --- diff --git a/bedstead.c b/bedstead.c index 866db77..3f7ca4f 100644 --- a/bedstead.c +++ b/bedstead.c @@ -940,8 +940,28 @@ static struct glyph { {{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" }, + {{016,025,005,006,004,000,004,000,000}, 0x203d }, /* interrobang */ + {{037,000,000,000,000,000,000,000,000}, 0x203e }, /* overline */ + {{000,000,000,000,000,000,000,021,016}, 0x203f }, /* Bottom tie bar */ + {{016,021,000,000,000,000,000,000,000}, 0x2040 }, /* character tie */ + {{012,025,005,011,012,000,012,000,000}, 0x2047 }, /* questiondbl */ + {{011,025,005,011,011,000,011,000,000}, 0x2048 }, /* question exclam */ + {{022,025,021,022,022,000,022,000,000}, 0x2049 }, /* exclam question */ + {{000,000,004,000,000,004,004,002,000}, 0x204f }, /* reversed semicolon */ + {{026,025,025,026,024,024,024,000,000}, 0x204b }, /* reversed pilcrow */ + {{021,001,002,004,010,020,021,000,000}, 0x2052 }, /* commercial minus */ + {{000,000,010,025,002,000,000,000,000}, 0x2053 }, /* swing dash */ + {{000,000,000,000,000,000,000,016,021}, 0x2054 }, /* inverted undertie */ + {{000,000,001,000,020,000,001,000,000}, 0x2056 }, /* three dots */ + {{000,000,004,000,021,000,004,000,000}, 0x2058 }, /* four dots */ + {{000,000,021,000,004,000,021,000,000}, 0x2059 }, /* five dots */ + {{004,000,000,000,000,000,004,000,000}, 0x205a }, /* two dots */ + {{004,000,000,000,021,000,000,000,004}, 0x205b }, /* large four dots */ + {{000,000,025,004,037,004,025,000,000}, 0x205c }, /* dotted cross */ + {{004,000,000,004,000,000,004,000,000}, 0x205d }, /* tricolon */ + {{004,000,004,000,004,000,004,000,000}, 0x205e }, /* vertical four dots */ + /* Subscripts and superscripts */ {{004,012,012,012,004,000,000,000,000}, 0x2070 }, /* zerosuperior */ {{004,000,014,004,016,000,000,000,000}, 0x2071 }, /* isuperior */