From 1f9ea007dd253d44036433a985ae60b333549f69 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 1 Mar 2020 12:12:26 +0000 Subject: [PATCH] Add the Greek letter yot (U+037F, U+03F3) As far as I can see it's visually identical to the Latin 'j'. --- bedstead.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bedstead.c b/bedstead.c index fb86266..0790f63 100644 --- a/bedstead.c +++ b/bedstead.c @@ -796,6 +796,7 @@ static struct glyph { {{001,001,001,001,001,001,037,000,000}, 0x02e9 }, /* Extra-low tone letter */ /* Greek and Coptic */ + {{001,001,001,001,001,021,016,000,000}, 0x037f, }, /* Yot */ {{004,000,000,000,000,000,000,000,000}, 0x0384, "tonos" }, {{004,025,000,000,000,000,000,000,000}, 0x0385, "dieresistonos" }, {{022,025,005,005,007,005,005,000,000}, 0x0386, "Alphatonos" }, @@ -868,6 +869,7 @@ static struct glyph { {{004,000,022,021,021,021,016,000,000}, 0x03cd, "upsilontonos" }, {{004,000,012,021,025,025,012,000,000}, 0x03ce, "omegatonos" }, {{004,004,016,025,025,025,016,004,004}, 0x03d5, "phi1" }, + {{004,000,004,004,004,004,004,004,010}, 0x03f3 }, /* yot */ /* Cyrillic */ {{012,000,037,020,036,020,037,000,000}, 0x0401 }, /* Yo */ -- 2.30.2