From 4b031976e84cd5f0bdded3d2ed8d0e0694eea24e Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 23 Jun 2017 00:34:19 +0100 Subject: [PATCH] The main letters needed to express English in IPA. --- bedstead.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/bedstead.c b/bedstead.c index 85dab9e..37791a1 100644 --- a/bedstead.c +++ b/bedstead.c @@ -556,6 +556,20 @@ struct glyph { /* Latin extended-B */ {{002,004,004,016,004,004,004,004,010}, 0x0192, "florin" }, + {{000,000,017,021,021,021,017,000,000}, 0x0251 }, /* alphalatin */ + {{000,000,036,021,021,021,036,000,000}, 0x0252 }, /* alphalatinturned */ + {{000,000,036,001,001,001,036,000,000}, 0x0254 }, /* oopen */ + {{000,000,016,001,037,021,016,000,000}, 0x0259 }, /* schwa */ + {{000,000,017,020,016,020,017,000,000}, 0x025b }, /* eopen */ + {{000,000,017,021,021,021,017,001,016}, 0x0261 }, /* gscript */ + {{000,000,016,004,004,004,016,000,000}, 0x026a }, /* Ismall */ + {{002,004,004,004,004,004,004,004,010}, 0x0283 }, /* esh */ + {{000,000,033,012,021,021,016,000,000}, 0x028a }, /* upsilonlatin */ + {{000,000,004,012,012,021,021,000,000}, 0x028c }, /* vturned */ + {{000,000,037,002,004,016,001,021,016}, 0x0292 }, /* ezh */ + {{016,021,002,004,004,004,004,000,000}, 0x0294 }, /* glottalstop */ + {{000,000,012,004,000,004,012,000,000}, 0x02d0 }, /* triangularcolon */ + /* Greek and Coptic*/ {{004,012,021,021,037,021,021,000,000}, 0x0391, "Alpha" }, {{036,021,021,036,021,021,036,000,000}, 0x0392, "Beta" }, -- 2.30.2