From: Ben Harris Date: Wed, 18 Dec 2013 17:48:17 +0000 (+0000) Subject: Fix U+2155 VULGAR FRACTION ONE FIFTH. X-Git-Tag: bedstead-001.000~24 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=a7297fb676ca1083f8c1dfa54ffc36f862fd5817;p=bedstead.git Fix U+2155 VULGAR FRACTION ONE FIFTH. Simon noticed that its '1' was taller than that for all the other fractions. --- diff --git a/bedstead.c b/bedstead.c index 73b0a46..fbd8ea5 100644 --- a/bedstead.c +++ b/bedstead.c @@ -626,7 +626,7 @@ struct glyph { {{010,010,010,010,000,022,025,025,022}, 0x2152 }, /* onetenth */ {{020,020,020,020,026,001,006,001,006}, 0x2153, "onethird" }, {{020,010,010,020,032,001,002,001,002}, 0x2154, "twothirds" }, - {{020,020,020,020,027,024,006,001,006}, 0x2155 }, /* onefifth */ + {{020,020,020,020,027,004,006,001,006}, 0x2155 }, /* onefifth */ {{020,010,010,020,033,002,003,001,002}, 0x2156 }, /* twofifths */ {{020,010,020,010,023,002,003,001,002}, 0x2157 }, /* threefifths */ {{004,014,024,034,007,002,003,001,002}, 0x2158 }, /* fourfifths */