vis: add some more chars

This commit is contained in:
jaseg 2023-12-23 16:14:44 +01:00
parent 1413a0e665
commit 6033f3c6b9

View file

@ -90,6 +90,21 @@ body {
"9": 0x33,
"/": 0x0a,
"\\": 0x05,
".": 0x04,
",": 0x08,
"_": 0x40,
"!": 0x53,
"?": 0x52,
"*": 0x0f,
":": 0x50,
"(": 0x06,
"<": 0x06,
"[": 0xd0,
")": 0x09,
">": 0x09,
"]": 0x70,
"|": 0x20,
"#": 0xff,
};
function map_digit(codepoint) {