From: Ben Harris Date: Mon, 23 Nov 2015 00:41:29 +0000 (+0000) Subject: U+223F SINE WAVE and U+2393 DIRECT CURRENT SYMBOL FORM TWO X-Git-Tag: bedstead-001.001~5 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=a59dec9edcfa9c4854cfc85fd46621db6310ecb1;p=bedstead.git U+223F SINE WAVE and U+2393 DIRECT CURRENT SYMBOL FORM TWO I was using them for something else and realised they weren't in Bedstead. --- diff --git a/bedstead.c b/bedstead.c index 0f503de..82e0911 100644 --- a/bedstead.c +++ b/bedstead.c @@ -723,6 +723,7 @@ struct glyph { {{000,020,020,020,020,037,000,000,000}, 0x221f, "orthogonal" }, {{000,016,021,021,021,021,000,000,000}, 0x2229, "intersection" }, {{000,021,021,021,021,016,000,000,000}, 0x222a, "union" }, + {{000,010,024,025,005,002,000,000,000}, 0x223f }, /* signwave */ {{000,010,025,002,010,025,002,000,000}, 0x2248, "approxequal" }, {{000,037,000,037,000,037,000,000,000}, 0x2261, "equivalence" }, {{003,014,020,014,003,030,007,000,000}, 0x2264, "lessequal" }, @@ -731,6 +732,7 @@ struct glyph { {{000,000,037,020,020,000,000,000,000}, 0x2310, "revlogicalnot" }, {{000,000,002,005,004,004,004,004,004}, 0x2320, "integraltp" }, {{004,004,004,004,004,024,010,000,000}, 0x2321, "integralbt" }, + {{000,000,037,000,025,000,000,000,000}, 0x2393 }, /* directcurrent */ {{000,000,000,000,037,000,000,000,000}, 0x2500, "SF100000" }, {{000,000,000,037,037,037,000,000,000}, 0x2501 }, {{004,004,004,004,004,004,004,004,004}, 0x2502, "SF110000" },