chiark / gitweb /
Daggers, being another embarrassing omission from StandardEncoding.
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 6 Aug 2017 12:06:12 +0000 (13:06 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 6 Aug 2017 12:06:12 +0000 (13:06 +0100)
bedstead.c

index c59bb03e1122f37eb9839a48f99e183d768598e2..e09433bfdca53580d8e4a4d5087db443a7e96708 100644 (file)
@@ -930,6 +930,8 @@ static struct glyph {
  {{011,011,022,000,000,000,000,000,000}, 0x201d, "quotedblright" },
  {{000,000,000,000,000,011,011,022,000}, 0x201e, "quotedblbase" },
  {{022,022,011,000,000,000,000,000,000}, 0x201f }, /* quotedblreversed */
+ {{004,004,037,004,004,004,004,004,004}, 0x2020, "dagger" },
+ {{004,004,037,004,004,004,037,004,004}, 0x2021, "daggerdbl" },
  {{000,000,016,016,016,000,000,000,000}, 0x2022, "bullet" },
  {{000,000,000,000,000,000,025,000,000}, 0x2026, "ellipsis" },
  {{000,000,000,002,004,002,000,000,000}, 0x2039, "guilsinglleft" },
@@ -1278,6 +1280,7 @@ static struct glyph {
  {{000,025,000,021,000,025,000,000,000}, 0x2b1a }, /* dottedsquare */
  /* Latin Extended-C */
  {{000,000,022,025,024,024,010,000,000}, 0x2c71 }, /* vhook */
+
  /* Private use */
  /* U+EE00--U+EE7F: zvbi mosaic graphics */
 #define M(x) {{(x)}, 0xee00 + (x), NULL, MOS}