chiark / gitweb /
Glyph for U+2010 HYPHEN. Also non-breaking hyphen and NBSB.
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 6 Aug 2017 12:20:26 +0000 (13:20 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 6 Aug 2017 12:20:26 +0000 (13:20 +0100)
All glyphs we had already, but under new names.

bedstead.c

index e09433bfdca53580d8e4a4d5087db443a7e96708..866db77fe94611f4e7f77fc8fca70b98682e9fbd 100644 (file)
@@ -489,6 +489,7 @@ static struct glyph {
  {{010,004,002,000,000,000,000,000,000}, 0x0060, "grave" },
  {{004,004,004,004,004,004,004,000,000}, 0x007c, "bar" },
  /* Latin-1 supplement */
+ {{000,000,000,000,000,000,000,000,000}, 0x00a0 }, /* non-breaking space */
  {{000,000,004,000,004,004,004,004,004}, 0x00a1, "exclamdown" },
  {{000,004,017,024,024,024,017,004,000}, 0x00a2, "cent" },
  {{021,012,037,004,037,004,004,000,000}, 0x00a5, "yen" },
@@ -922,6 +923,8 @@ static struct glyph {
  {{016,021,022,022,021,021,026,000,000}, 0x1e9e }, /* Germandbls */
  
  /* General punctuation */
+ {{000,000,000,016,000,000,000,000,000}, 0x2010 }, /* hyphen */
+ {{000,000,000,016,000,000,000,000,000}, 0x2011 }, /* non-breaking hyphen */
  {{000,000,000,036,000,000,000,000,000}, 0x2013, "endash" },
  {{000,000,000,000,000,000,037,000,037}, 0x2017, "underscoredbl" },
  {{002,004,004,000,000,000,000,000,000}, 0x2018, "quoteleft" },