From: Ben Harris Date: Tue, 26 Nov 2013 00:23:01 +0000 (+0000) Subject: Add U+20ac EURO SIGN. X-Git-Tag: bedstead-001.000~39 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=1b5b50966b448d1d6c4336e8753a228129f7ead8;p=bedstead.git Add U+20ac EURO SIGN. Not particularly pretty, but it'll do. --- diff --git a/bedstead.c b/bedstead.c index df524cf..0048c78 100644 --- a/bedstead.c +++ b/bedstead.c @@ -592,6 +592,7 @@ struct glyph { {{000,000,016,016,016,000,000,000,000}, 0x2022, "bullet" }, {{012,012,012,012,012,000,012,000,000}, 0x203c, "exclamdbl" }, {{030,024,030,022,027,022,021,000,000}, 0x20a7, "peseta" }, + {{006,011,034,010,034,011,006,000,000}, 0x20ac, "Euro" }, {{004,012,012,012,004,000,000,000,000}, 0x2070 }, /* zerosuperior */ {{004,000,014,004,016,000,000,000,000}, 0x2071 }, /* isuperior */ {{002,006,012,016,002,000,000,000,000}, 0x2074 }, /* foursuperior */