chiark
/
gitweb
/
~bjharris
/
bedstead.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cd03de
)
Add U+2001 EM QUAD
author
Ben Harris
<bjh21@bjh21.me.uk>
Sat, 5 Oct 2024 11:36:53 +0000
(12:36 +0100)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/bedstead.c
b/bedstead.c
index 90e1f29583fd86b5e89b7bd6374c6328052a00bc..652620b0ae119a7879d0f7cda48139b6695eb4fd 100644
(file)
--- 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" },