From: Ben Harris Date: Sat, 5 Aug 2017 16:04:11 +0000 (+0100) Subject: Accented Greek lower-case. X-Git-Tag: bedstead-002.000~98 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=0f05db334b30eb66792e0c7c10d5a11ef7359743;p=bedstead.git Accented Greek lower-case. Currently, the tonos used for these looks much like an acute accent. ETS 300 706 shows a dot-shaped tonos instead, so maybe I should change to that. --- diff --git a/bedstead.c b/bedstead.c index 8e2da16..4309788 100644 --- a/bedstead.c +++ b/bedstead.c @@ -752,6 +752,7 @@ static struct glyph { {{022,025,005,005,005,005,002,000,000}, 0x038c, "Omicrontonos" }, {{025,025,005,002,002,002,002,000,000}, 0x038e, "Upsilontonos" }, {{022,025,005,005,005,002,007,000,000}, 0x038f, "Omegatonos" }, + {{004,025,000,014,004,004,002,000,000}, 0x0390, "iotadieresistonos" }, {{004,012,021,021,037,021,021,000,000}, 0x0391, "Alpha" }, {{036,021,021,036,021,021,036,000,000}, 0x0392, "Beta" }, {{037,020,020,020,020,020,020,000,000}, 0x0393, "Gamma" }, @@ -778,6 +779,11 @@ static struct glyph { {{016,021,021,021,021,012,033,000,000}, 0x03a9 }, /* Omega */ {{012,000,016,004,004,004,016,000,000}, 0x03aa, "Iotadieresis" }, {{012,000,021,012,004,004,004,000,000}, 0x03ab, "Upsilondieresis" }, + {{004,010,015,022,022,022,015,000,000}, 0x03ac, "alphatonos" }, + {{002,004,017,020,016,020,017,000,000}, 0x03ad, "epsilontonos" }, + {{002,004,036,021,021,021,021,001,001}, 0x03ae, "etatonos" }, + {{002,004,000,014,004,004,002,000,000}, 0x03af, "iotatonos" }, + {{004,025,000,022,021,021,016,000,000}, 0x03b0, "upsilondieresistonos" }, {{000,000,015,022,022,022,015,000,000}, 0x03b1, "alpha" }, {{016,021,021,036,021,021,036,020,020}, 0x03b2, "beta" }, {{000,000,021,021,012,012,004,004,004}, 0x03b3, "gamma" }, @@ -803,6 +809,11 @@ static 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" }, + {{012,000,014,004,004,004,002,000,000}, 0x03ca, "iotadieresis" }, + {{012,000,022,021,021,021,016,000,000}, 0x03cb, "upsilondieresis" }, + {{002,004,016,021,021,021,016,000,000}, 0x03cc, "omicrontonos" }, + {{002,004,000,022,021,021,016,000,000}, 0x03cd, "upsilontonos" }, + {{002,004,000,012,021,025,012,000,000}, 0x03ce, "omegatonos" }, {{004,004,016,025,025,025,016,004,004}, 0x03d5, "phi1" }, /* Cyrillic */