vis: add some more chars
This commit is contained in:
parent
1413a0e665
commit
6033f3c6b9
1 changed files with 15 additions and 0 deletions
|
|
@ -90,6 +90,21 @@ body {
|
||||||
"9": 0x33,
|
"9": 0x33,
|
||||||
"/": 0x0a,
|
"/": 0x0a,
|
||||||
"\\": 0x05,
|
"\\": 0x05,
|
||||||
|
".": 0x04,
|
||||||
|
",": 0x08,
|
||||||
|
"_": 0x40,
|
||||||
|
"!": 0x53,
|
||||||
|
"?": 0x52,
|
||||||
|
"*": 0x0f,
|
||||||
|
":": 0x50,
|
||||||
|
"(": 0x06,
|
||||||
|
"<": 0x06,
|
||||||
|
"[": 0xd0,
|
||||||
|
")": 0x09,
|
||||||
|
">": 0x09,
|
||||||
|
"]": 0x70,
|
||||||
|
"|": 0x20,
|
||||||
|
"#": 0xff,
|
||||||
};
|
};
|
||||||
|
|
||||||
function map_digit(codepoint) {
|
function map_digit(codepoint) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue