From 27947e9d87c4e4f248bab54b8dc251de1862fc4b Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 1 Mar 2020 11:38:58 +0000 Subject: [PATCH] Add Greek spacing accents, U+0384 and U+0385 --- bedstead.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/bedstead.c b/bedstead.c index a43ce94..f77109e 100644 --- a/bedstead.c +++ b/bedstead.c @@ -796,6 +796,8 @@ static struct glyph { {{001,001,001,001,001,001,037,000,000}, 0x02e9 }, /* Extra-low tone letter */ /* Greek and Coptic*/ + {{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" }, {{027,024,004,006,004,004,007,000,000}, 0x0388, "Epsilontonos" }, {{025,025,005,007,005,005,005,000,000}, 0x0389, "Etatonos" }, @@ -983,8 +985,12 @@ static struct glyph { /* Latin extended additional */ {{036,021,021,036,021,021,036,000,004}, 0x1e04 }, /* Bdotbelow */ {{020,020,036,021,021,021,036,000,004}, 0x1e05 }, /* bdotbelow */ + {{036,021,021,036,021,021,036,000,016}, 0x1e06 }, /* Bmacronbelow */ + {{020,020,036,021,021,021,036,000,016}, 0x1e07 }, /* bmacronbelow */ {{036,021,021,021,021,021,036,000,004}, 0x1e0c }, /* Ddotbelow */ {{001,001,017,021,021,021,017,000,004}, 0x1e0d }, /* ddotbelow */ + {{036,021,021,021,021,021,036,000,016}, 0x1e0e }, /* Dmacronbelow */ + {{001,001,017,021,021,021,017,000,016}, 0x1e0f }, /* dmacronbelow */ {{016,000,017,020,023,021,017,000,000}, 0x1e20 }, /* Gmacron */ {{016,000,017,021,021,021,017,001,016}, 0x1e21 }, /* gmacron */ {{021,021,021,037,021,021,021,000,004}, 0x1e24 }, /* Hdotbelow */ @@ -993,20 +999,30 @@ static struct glyph { {{025,020,036,021,021,021,021,000,000}, 0x1e27 }, /* hdieresis */ {{021,022,024,030,024,022,021,000,004}, 0x1e32 }, /* Kdotbelow */ {{010,010,011,012,014,012,011,000,004}, 0x1e33 }, /* kdotbelow */ + {{021,022,024,030,024,022,021,000,016}, 0x1e34 }, /* Kmacronbelow */ + {{010,010,011,012,014,012,011,000,016}, 0x1e35 }, /* kmacronbelow */ {{020,020,020,020,020,020,037,000,004}, 0x1e36 }, /* Ldotbelow */ {{014,004,004,004,004,004,016,000,004}, 0x1e37 }, /* ldotbelow */ + {{020,020,020,020,020,020,037,000,016}, 0x1e3a }, /* Lmacronbelow */ + {{014,004,004,004,004,004,016,000,016}, 0x1e3b }, /* lmacronbelow */ {{021,033,025,025,021,021,021,000,004}, 0x1e42 }, /* Mdotbelow */ {{000,000,032,025,025,025,025,000,004}, 0x1e43 }, /* mdotbelow */ {{021,021,031,025,023,021,021,000,004}, 0x1e46 }, /* Ndotbelow */ {{000,000,036,021,021,021,021,000,004}, 0x1e47 }, /* ndotbelow */ + {{021,021,031,025,023,021,021,000,016}, 0x1e48 }, /* Nmacronbelow */ + {{000,000,036,021,021,021,021,000,016}, 0x1e49 }, /* nmacronbelow */ {{036,021,021,036,024,022,021,000,004}, 0x1e5a }, /* Rdotbelow */ {{000,000,013,014,010,010,010,000,004}, 0x1e5b }, /* rdotbelow */ {{016,000,036,021,036,022,021,000,004}, 0x1e5c }, /* Rdotbelowmacron */ {{016,000,013,014,010,010,010,000,004}, 0x1e5d }, /* rdotbelowmacron */ + {{036,021,021,036,024,022,021,000,016}, 0x1e5e }, /* Rmacronbelow */ + {{000,000,013,014,010,010,010,000,016}, 0x1e5f }, /* rmacronbelow */ {{016,021,020,016,001,021,016,000,004}, 0x1e62 }, /* Sdotbelow */ {{000,000,017,020,016,001,036,000,004}, 0x1e63 }, /* sdotbelow */ {{037,004,004,004,004,004,004,000,004}, 0x1e6c }, /* Tdotbelow */ {{004,004,016,004,004,004,002,000,004}, 0x1e6d }, /* tdotbelow */ + {{037,004,004,004,004,004,004,000,016}, 0x1e6e }, /* Tmacronbelow */ + {{004,004,016,004,004,004,002,000,016}, 0x1e6f }, /* tmacronbelow */ {{021,021,021,021,021,021,016,000,012}, 0x1e72 }, /* Udieresisbelow */ {{000,000,021,021,021,021,017,000,012}, 0x1e73 }, /* udieresisbelow */ {{021,021,021,012,012,004,004,000,004}, 0x1e7e }, /* Vdotbelow */ @@ -1019,6 +1035,9 @@ static struct glyph { {{012,000,021,012,004,012,021,000,000}, 0x1e8d }, /* xdieresis */ {{037,001,002,004,010,020,037,000,004}, 0x1e92 }, /* Zdotbelow */ {{000,000,037,002,004,010,037,000,004}, 0x1e93 }, /* zdotbelow */ + {{037,001,002,004,010,020,037,000,016}, 0x1e94 }, /* Zmacronbelow */ + {{000,000,037,002,004,010,037,000,016}, 0x1e95 }, /* zmacronbelow */ + {{020,020,036,021,021,021,021,000,016}, 0x1e96 }, /* Hmacronbelow */ {{025,004,016,004,004,004,002,000,000}, 0x1e97 }, /* tdieresis */ {{016,021,022,022,021,021,026,000,000}, 0x1e9e }, /* Germandbls */ {{004,012,021,021,037,021,021,000,004}, 0x1ea0 }, /* Adotbelow */ -- 2.30.2