From ead1294ca91d8d25e82be20f5140065d95a79db8 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 5 May 2012 18:13:15 +0100 Subject: [PATCH] Correct Unicode mapping for phi1. --- bedstead.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bedstead.c b/bedstead.c index ded8e0a..5835572 100644 --- a/bedstead.c +++ b/bedstead.c @@ -614,7 +614,7 @@ struct glyph { {{000,000,021,011,012,004,012,022,021}, 0x03c7, "chi" }, {{000,000,025,025,025,025,016,004,004}, 0x03c8, "psi" }, {{000,000,012,021,025,025,012,000,000}, 0x03c9, "omega" }, - {{004,004,016,025,025,025,016,004,004}, 0x03c6, "phi1" }, + {{004,004,016,025,025,025,016,004,004}, 0x03d5, "phi1" }, /* Armenian */ {{021,021,021,021,025,022,015,000,000}, 0x0531 }, /* Ayb */ -- 2.30.2