From 57239610911a32887ae536dae122da7b2f05907b Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 24 Nov 2017 22:20:25 +0000 Subject: [PATCH] U+2126 OHM SIGN --- bedstead.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bedstead.c b/bedstead.c index 9839593..1c38c88 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1036,6 +1036,7 @@ static struct glyph { {{006,011,034,010,034,011,006,000,000}, 0x20ac, "Euro" }, /* Letterlike symbols */ {{016,021,035,033,033,035,031,021,016}, 0x2117 }, /* phonographic */ + {{016,021,021,021,021,012,033,000,000}, 0x2126 }, /* ohm sign */ /* Number forms */ {{020,020,020,020,027,001,002,004,004}, 0x2150 }, /* oneseventh */ {{020,020,020,020,022,005,003,001,002}, 0x2151 }, /* oneninth */ -- 2.30.2