chiark
/
gitweb
/
~bjharris
/
bedstead.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
602c0ab
)
Map the .notdef character at U+F1FF
author
Ben Harris
<bjh21@bjh21.me.uk>
Fri, 1 Nov 2024 20:36:23 +0000
(20:36 +0000)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/bedstead.c
b/bedstead.c
index 2ae8a20a4748920253493a30c4e4dad66677403e..fa31f00782bf4cf233ce22defd1fb73766ebf6e9 100644
(file)
--- 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