From: Ben Harris Date: Fri, 1 Nov 2024 20:36:23 +0000 (+0000) Subject: Map the .notdef character at U+F1FF X-Git-Tag: bedstead-3.246~93 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=79cbd69c83e7a8018e7653978991e55922ca7c65;p=bedstead-debian.git 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. --- diff --git a/bedstead.c b/bedstead.c index 2ae8a20..fa31f00 100644 --- a/bedstead.c +++ b/bedstead.c @@ -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