From 08e561d2e3c55d375875429e512eb467a6d6dd5c Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 21 Nov 2017 22:50:02 +0000 Subject: [PATCH] Add capital schwa glyph. I keep seeing it in Commons filenames written in Azerbaijani. --- bedstead.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bedstead.c b/bedstead.c index f1655d1..665608c 100644 --- a/bedstead.c +++ b/bedstead.c @@ -645,6 +645,7 @@ static struct glyph { {{002,004,004,004,004,004,004,000,000}, 0x017f, "longs" }, /* Latin extended-B */ {{003,002,017,020,020,020,017,000,000}, 0x0188 }, /* Hooktop C */ + {{016,021,001,037,021,021,016,000,000}, 0x018f }, /* Schwa */ {{002,004,004,016,004,004,004,004,010}, 0x0192, "florin" }, {{006,010,011,012,014,012,011,000,000}, 0x0199 }, /* Hooktop K */ {{030,004,016,004,012,012,021,000,000}, 0x019b }, /* Barred lambda */ -- 2.30.2