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 | e21fc0fad19a4411c613d9caadfe13bc6f438d34 (patch) | |
tree | fce3adf739f9f56735489ba23a3fd3476941cd63 /extras/chars.py | |
parent | dc81d0cfcfa92ecfab99984ee674d0fe3e6c19cf (diff) |
make chars consistent with preprocessor
Diffstat (limited to 'extras/chars.py')
-rw-r--r-- | extras/chars.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/chars.py b/extras/chars.py index 28f37cb84..159a479a7 100644 --- a/extras/chars.py +++ b/extras/chars.py @@ -98,6 +98,7 @@ chars = { 0xE9: "&", 0xEA: "é", 0xEB: "→", + 0xED: "▶", 0xEF: "♂", 0xF0: "¥", 0xF1: "×", |