downward triangle character 0xee

This commit is contained in:
yenatch 2013-05-01 23:18:38 -04:00
parent e46e8a3023
commit 2acb46f6b5
2 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,7 @@ chars = {
0xEA: "é", 0xEA: "é",
0xEB: "", 0xEB: "",
0xED: "", 0xED: "",
0xEE: "",
0xEF: "", 0xEF: "",
0xF0: "¥", 0xF0: "¥",
0xF1: "×", 0xF1: "×",

View File

@ -287,6 +287,7 @@ chars = {
"é": 0xEA, "é": 0xEA,
"": 0xEB, "": 0xEB,
"": 0xED, "": 0xED,
"": 0xEE,
"": 0xEF, "": 0xEF,
"¥": 0xF0, "¥": 0xF0,
"×": 0xF1, "×": 0xF1,