chiark / gitweb /
Map the .notdef character at U+F1FF
authorBen Harris <bjh21@bjh21.me.uk>
Fri, 1 Nov 2024 20:36:23 +0000 (20:36 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Fri, 1 Nov 2024 20:36:23 +0000 (20:36 +0000)
It should be the DEFAULT_CHAR in BDF, but that needs it to have an
encoding.  U+2395 APL FUNCTIONAL SYMBOL QUAD happens to look
identical, but I don't think I should rely on that.

bedstead.c

index 2ae8a20a4748920253493a30c4e4dad66677403e..fa31f00782bf4cf233ce22defd1fb73766ebf6e9 100644 (file)
@@ -2607,7 +2607,7 @@ static struct glyph {
  /* Compatibility alias added after 002.009. */
  ALIAS("Wdieresis.sc", "wdieresis"),
  /* and finally */
- {"\37\21\21\21\21\21\37\00\00", -1, ".notdef" },
+ {"\37\21\21\21\21\21\37\00\00", 0xf1ff, ".notdef" },
 };
 
 #undef U