* Update Unicode replacement character

This commit is contained in:
Nils Dagsson Moskopp 2023-03-15 19:19:09 +01:00
parent ace64653aa
commit fbc7ddaa5f
2 changed files with 19 additions and 1 deletions

18
U+FFFD.pbm Normal file
View File

@ -0,0 +1,18 @@
P1
16 16
0000000000000000
0000000110000000
0000001111000000
0000011001100000
0000110000110000
0001100110011000
0011100110011100
0111111100111110
0111111001111110
0011111001111100
0001111111111000
0000111001110000
0000011001100000
0000001111000000
0000000110000000
0000000000000000

View File

@ -6,7 +6,7 @@ hexdraw = {}
-- only U+FFFD REPLACEMENT CHARACTER is necessary …
-- DO NOT EXTEND THIS TABLE JUST LOAD A HEX FONT!
local bitmaps_hex = {
[0xFFFD] = "0000007E665A5A7A76767E76767E0000"
[0xFFFD] = "0000018003C006600C301998399C7F3E7E7E3E7C1FF80E70066003C001800000"
}
-- load glyphs from a .hex format font file