From: Ben Harris Date: Sun, 24 Nov 2013 23:30:12 +0000 (+0000) Subject: Proper glyph names for 1/3 and 2/3. X-Git-Tag: bedstead-001.000~41 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=650484eb72975376e987ee6f758e8344ceb8678b;p=bedstead.git Proper glyph names for 1/3 and 2/3. --- diff --git a/bedstead.c b/bedstead.c index 52891ee..f5e9916 100644 --- a/bedstead.c +++ b/bedstead.c @@ -610,8 +610,8 @@ struct glyph { {{020,020,020,020,027,001,002,004,004}, 0x2150 }, /* oneseventh */ {{020,020,020,020,022,005,003,001,002}, 0x2151 }, /* oneninth */ {{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,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,010,010,020,033,002,003,001,002}, 0x2156 }, /* twofifths */ {{020,010,020,010,023,002,003,001,002}, 0x2157 }, /* threefifths */