From 8d99ef3655eb5c4cd24f027a0e48c0a04f2a8e77 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 14 Dec 2019 14:59:17 +0000 Subject: [PATCH] Add dotless j --- bedstead.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bedstead.c b/bedstead.c index b26c5b3..a43ce94 100644 --- a/bedstead.c +++ b/bedstead.c @@ -670,6 +670,7 @@ static struct glyph { {{012,004,000,004,004,004,004,004,010}, 0x01f0 }, /* J wedge */ {{016,000,021,012,004,004,004,000,000}, 0x0232 }, /* Ymacron */ {{016,000,021,021,021,021,017,001,016}, 0x0233 }, /* ymacron */ + {{000,000,004,004,004,004,004,004,010}, 0x0237 }, /* dotlessj */ /* IPA extensions */ {{000,000,036,021,036,020,016,000,000}, 0x0250 }, /* Turned A */ -- 2.30.2