From: Ben Harris Date: Sat, 5 Oct 2024 11:36:53 +0000 (+0100) Subject: Add U+2001 EM QUAD X-Git-Tag: bedstead-002.008~1 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=69ccb4749920069dd43440181bc59832034695de;p=bedstead.git Add U+2001 EM QUAD It's canonically equivalent to U+2003 EM SPACE, so we should have both. --- 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" },