From 69ccb4749920069dd43440181bc59832034695de Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 5 Oct 2024 12:36:53 +0100 Subject: [PATCH] Add U+2001 EM QUAD It's canonically equivalent to U+2003 EM SPACE, so we should have both. --- bedstead.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bedstead.c b/bedstead.c index 90e1f29..652620b 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1443,6 +1443,7 @@ static struct glyph { ALIAS("uni1EF5.sc", "uni1EF4.c2sc"), /* General punctuation */ + {{0x00}, U(2001), MOS6 }, /* em quad */ {{000,000,000,016,000,000,000,000,000}, U(2010) }, /* hyphen */ {{000,000,000,016,000,000,000,000,000}, U(2011) }, /* non-breaking hyphen */ {{000,000,000,036,000,000,000,000,000}, 0x2013, "endash" }, -- 2.30.2