From 3c80f23c399cdc2d893a1ccb543e14dd1967f41f Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 20 Dec 2013 16:19:49 +0000 Subject: [PATCH] Tweak to small-caps 'Z' to make it distinct from the lower-case. Accented capital 'Z's can thus be consistent with it and distinct from their lower-case equivalents. --- bedstead.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bedstead.c b/bedstead.c index f76e479..acfcf7b 100644 --- a/bedstead.c +++ b/bedstead.c @@ -915,7 +915,7 @@ struct glyph { {{000,000,021,021,025,025,012,000,000}, -1, "w.sc" }, {{000,000,021,012,004,012,021,000,000}, -1, "x.sc" }, {{000,000,021,012,004,004,004,000,000}, -1, "y.sc" }, - {{000,000,037,002,004,010,037,000,000}, -1, "z.sc" }, + {{000,000,037,001,016,020,037,000,000}, -1, "z.sc" }, /* Greek */ {{004,012,021,021,037,021,021,000,000}, 0x0391, "Alpha" }, -- 2.30.2