From: Ben Harris Date: Tue, 6 Oct 2009 22:25:15 +0000 (+0100) Subject: Adobe's current recommendation is that U+00B5 should be called "mu", so X-Git-Tag: bedstead-000.900~15 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=4cfb4292245a0a2265b12eacb2ec7ef0e84e7fea;p=bedstead.git Adobe's current recommendation is that U+00B5 should be called "mu", so follow that. --- diff --git a/ttxt.c b/ttxt.c index 0ba918e..7262d87 100644 --- a/ttxt.c +++ b/ttxt.c @@ -465,7 +465,7 @@ struct glyph { {{037,000,000,000,000,000,000,000,000}, 0x00af, "macron" }, {{004,004,037,004,004,000,037,000,000}, 0x00b1, "plusminus" }, {{002,004,010,000,000,000,000,000,000}, 0x00b4, "acute" }, - {{000,000,022,022,022,022,035,020,020}, 0x00b5 }, /* micro */ + {{000,000,022,022,022,022,035,020,020}, 0x00b5, "mu" }, {{015,025,025,015,005,005,005,000,000}, 0x00b6, "paragraph" }, {{000,000,000,004,000,000,000,000,000}, 0x00b7, "periodcentered" }, {{004,000,004,004,010,021,016,000,000}, 0x00bf, "questiondown" },