chiark / gitweb /
Fix U+2155 VULGAR FRACTION ONE FIFTH.
authorBen Harris <bjh21@bjh21.me.uk>
Wed, 18 Dec 2013 17:48:17 +0000 (17:48 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Wed, 18 Dec 2013 17:48:17 +0000 (17:48 +0000)
Simon noticed that its '1' was taller than that for all the other fractions.

bedstead.c

index 73b0a46add5416c5a6c606a28a1e3d2099752a31..fbd8ea5589163a8f392e39caa5d987aa8660efba 100644 (file)
@@ -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 */