From: Ben Harris Date: Mon, 12 Oct 2009 00:16:00 +0000 (+0100) Subject: Fill in the remaining plausible characters from the latin-1 punctuation X-Git-Tag: bedstead-000.900~2 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=4c63f1846e807e871fa25c3cd61bd7b96ec31a94;p=bedstead.git Fill in the remaining plausible characters from the latin-1 punctuation block. "registered" and "copyright" we'll have to do without. --- diff --git a/bedstead.c b/bedstead.c index 82c3541..c58ff0c 100644 --- a/bedstead.c +++ b/bedstead.c @@ -489,12 +489,21 @@ struct glyph { {{000,004,017,024,024,024,017,004,000}, 0x00a2, "cent" }, {{021,012,037,004,037,004,004,000,000}, 0x00a5, "yen" }, {{022,000,000,000,000,000,000,000,000}, 0x00a8, "dieresis" }, + {{016,001,017,021,017,000,037,000,000}, 0x00aa, "ordfemenine" }, + {{000,000,000,011,022,011,000,000,000}, 0x00ab, "guillemotleft" }, + {{000,000,037,001,001,000,000,000,000}, 0x00ac, "logicalnot" }, {{037,000,000,000,000,000,000,000,000}, 0x00af, "macron" }, {{004,004,037,004,004,000,037,000,000}, 0x00b1, "plusminus" }, + {{014,002,004,010,016,000,000,000,000}, 0x00b2, "twosuperior" }, + {{014,002,014,002,014,000,000,000,000}, 0x00b3, "threesuperior" }, {{002,004,010,000,000,000,000,000,000}, 0x00b4, "acute" }, {{000,000,022,022,022,022,035,020,020}, 0x00b5, "mu" }, {{015,025,025,015,005,005,005,000,000}, 0x00b6, "paragraph" }, {{000,000,000,004,000,000,000,000,000}, 0x00b7, "periodcentered" }, + {{000,000,000,000,000,000,004,002,004}, 0x00b8, "cedilla" }, + {{004,014,004,004,016,000,000,000,000}, 0x00b9, "onesuperior" }, + {{016,021,021,021,016,000,037,000,000}, 0x00ba, "ordmasculine" }, + {{000,000,000,022,011,022,000,000,000}, 0x00bb, "guillemotright" }, {{000,000,004,000,004,004,010,021,016}, 0x00bf, "questiondown" }, {{017,024,024,036,024,024,027,000,000}, 0x00c6, "AE" }, {{000,021,012,004,012,021,000,000,000}, 0x00d7, "multiply" },