chiark / gitweb /
Add U+2001 EM QUAD
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 5 Oct 2024 11:36:53 +0000 (12:36 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 5 Oct 2024 11:36:53 +0000 (12:36 +0100)
It's canonically equivalent to U+2003 EM SPACE, so we should have
both.

bedstead.c

index 90e1f29583fd86b5e89b7bd6374c6328052a00bc..652620b0ae119a7879d0f7cda48139b6695eb4fd 100644 (file)
@@ -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" },