mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Add the currency character to text tables.
hg-commit-id: 9ebaeb993372
This commit is contained in:
parent
2a557c5343
commit
fb072de105
|
@ -327,6 +327,7 @@ char_conversion = [
|
|||
("!", 0xE7),
|
||||
(".", 0xE8),
|
||||
("♂", 0xEF),
|
||||
("¥", 0xF0),
|
||||
("/", 0xF3),
|
||||
(",", 0xF4),
|
||||
("♀", 0xF5),
|
||||
|
|
|
@ -238,6 +238,7 @@ char["?"] = "$E6"
|
|||
char["!"] = "$E7"
|
||||
char["."] = "$E8"
|
||||
char["♂"] = "$EF"
|
||||
char["¥"] = "$F0"
|
||||
char["/"] = "$F3"
|
||||
char[","] = "$F4"
|
||||
char["♀"] = "$F5"
|
||||
|
|
Loading…
Reference in a new issue