mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-08-09 01:40:28 -04:00
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:
parent
602c0aba1b
commit
79cbd69c83
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user