diff options
author | yenatch <yenatch@gmail.com> | 2013-03-29 21:50:24 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-03-29 21:50:24 -0400 |
commit | 8fbba79bdf2f5ca89fd1008328be999d7f2cd8b2 (patch) | |
tree | 2df4238616464666f736895bed23575fd99885b8 /chars.py | |
parent | ee31193dfcc037d073b99bfd1b929dc2bb934d3f (diff) |
make chars consistent with preprocessor
original-commit-id: e21fc0fad19a4411c613d9caadfe13bc6f438d34
Diffstat (limited to 'chars.py')
-rw-r--r-- | chars.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -98,6 +98,7 @@ chars = { 0xE9: "&", 0xEA: "é", 0xEB: "→", + 0xED: "▶", 0xEF: "♂", 0xF0: "¥", 0xF1: "×", |