Map the .notdef character at U+F1FF

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.
This commit is contained in:
Ben Harris 2024-11-01 20:36:23 +00:00
parent 602c0aba1b
commit 79cbd69c83

View 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