From 0e837c7760d2ad94417c89a34913fb52a5216d15 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 5 May 2012 22:37:34 +0100 Subject: [PATCH] Fill in the rest of ISO Latin-1. --- bedstead.c | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/bedstead.c b/bedstead.c index 531d1ba..0e8cbf7 100644 --- a/bedstead.c +++ b/bedstead.c @@ -508,9 +508,45 @@ struct glyph { {{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" }, + {{010,004,016,021,037,021,021,000,000}, 0x00c0, "Agrave" }, + {{002,004,016,021,037,021,021,000,000}, 0x00c1, "Aacute" }, + {{004,012,016,021,037,021,021,000,000}, 0x00c2, "Acircumflex" }, + {{005,012,016,021,037,021,021,000,000}, 0x00c3, "Atilde" }, {{017,024,024,036,024,024,027,000,000}, 0x00c6, "AE" }, + {{016,021,020,020,020,021,016,004,010}, 0x00c7, "Ccedilla" }, + {{010,004,037,020,036,020,037,000,000}, 0x00c8, "Egrave" }, + {{004,012,037,020,036,020,037,000,000}, 0x00ca, "Ecircumflex" }, + {{012,000,037,020,036,020,037,000,000}, 0x00cb, "Edieresis" }, + {{010,004,000,016,004,004,016,000,000}, 0x00cc, "Igrave" }, + {{002,004,000,016,004,004,016,000,000}, 0x00cd, "Iacute" }, + {{004,012,000,016,004,004,016,000,000}, 0x00ce, "Icircumflex" }, + {{012,000,016,004,004,004,016,000,000}, 0x00cf, "Idieresis" }, + {{016,011,011,035,011,011,016,000,000}, 0x00d0, "Eth" }, + {{005,012,000,031,025,023,021,000,000}, 0x00d1, "Ntilde" }, + {{010,004,016,021,021,021,016,000,000}, 0x00d2, "Ograve" }, + {{002,004,016,021,021,021,016,000,000}, 0x00d3, "Oacute" }, + {{004,012,016,021,021,021,016,000,000}, 0x00d4, "Ocircumflex" }, + {{005,012,016,021,021,021,016,000,000}, 0x00d5, "Otilde" }, {{000,021,012,004,012,021,000,000,000}, 0x00d7, "multiply" }, + {{016,021,023,025,031,021,016,000,000}, 0x00d8, "Oslash" }, + {{010,004,021,021,021,021,016,000,000}, 0x00d9, "Ugrave" }, + {{002,004,021,021,021,021,016,000,000}, 0x00da, "Uacute" }, + {{004,012,000,021,021,021,016,000,000}, 0x00db, "Ucircumflex" }, + {{002,004,021,012,004,004,004,000,000}, 0x00dd, "Yacute" }, + {{020,036,021,021,036,020,020,000,000}, 0x00de, "Thorn" }, + {{002,004,016,001,017,021,017,000,000}, 0x00e1, "aacute" }, + {{005,012,016,001,017,021,017,000,000}, 0x00e3, "atilde" }, {{000,000,012,005,017,024,016,000,000}, 0x00e6, "ae" }, + {{002,004,000,014,004,004,016,000,000}, 0x00ed, "iacute" }, + {{032,004,012,001,017,021,016,000,000}, 0x00f0, "eth" }, + {{005,012,036,021,021,021,021,000,000}, 0x00f1, "ntilde" }, + {{002,004,000,016,021,021,016,000,000}, 0x00f3, "oacute" }, + {{005,012,000,016,021,021,016,000,000}, 0x00f5, "otilde" }, + {{000,000,017,023,025,031,036,000,000}, 0x00f8, "oslash" }, + {{002,004,021,021,021,021,017,000,000}, 0x00fa, "uacute" }, + {{002,004,021,021,021,021,017,001,016}, 0x00fd, "yacute" }, + {{020,020,036,021,021,021,036,020,020}, 0x00fe, "thorn" }, + {{012,000,021,021,021,021,017,001,016}, 0x00ff, "ydieresis" }, {{002,004,004,000,000,000,000,000,000}, 0x2018, "quoteleft" }, {{000,000,000,000,000,004,004,010,000}, 0x201a, "quotesinglbase" }, {{011,022,022,000,000,000,000,000,000}, 0x201c, "quotedblleft" }, -- 2.30.2