From: Ben Harris Date: Fri, 4 Mar 2022 22:11:13 +0000 (+0000) Subject: A few more currency symbols X-Git-Tag: bedstead-002.005~49 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=f72fa0a358913b5dc676207569268ed2068db987;p=bedstead.git A few more currency symbols U+20A3 FRENCH FRANC SIGN and U+20A4 LIRA SIGN are part of WGL4; U+20A0 EURO-CURRENCY SIGN was easy (and no-one will care if I got it wrong). --- diff --git a/bedstead.c b/bedstead.c index 3d5c79e..7f7f46f 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1259,6 +1259,9 @@ static struct glyph { {{000,000,000,000,000,000,014,012,012}, U(2099) }, /* ninferior */ /* Currency symbols */ + {{016,020,027,024,016,004,007,000,000}, U(20A0) }, /* euro-currency symbol */ + {{017,010,036,010,034,010,010,000,000}, 0x20a3, "franc" }, + {{006,011,034,010,034,010,037,000,000}, 0x20a4, "lira" }, {{030,024,030,022,027,022,021,000,000}, 0x20a7, "peseta" }, {{031,025,025,021,025,025,026,000,000}, U(20AA) }, /* newsheqel */ {{006,011,034,010,034,011,006,000,000}, 0x20ac, "Euro" },