diff options
author | yenatch <yenatch@gmail.com> | 2013-05-01 23:18:38 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-05-01 23:18:38 -0400 |
commit | 2acb46f6b58156ee3380a6203070ef2096db4b84 (patch) | |
tree | 1e19992cb2d34dd501dd617c8d9f564968aee029 /preprocessor.py | |
parent | e46e8a3023661880333a2781cbd4611d436da405 (diff) |
downward triangle character 0xee
Diffstat (limited to 'preprocessor.py')
-rw-r--r-- | preprocessor.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/preprocessor.py b/preprocessor.py index c53612517..48906da5e 100644 --- a/preprocessor.py +++ b/preprocessor.py @@ -287,6 +287,7 @@ chars = { "é": 0xEA, "→": 0xEB, "▶": 0xED, +"▼": 0xEE, "♂": 0xEF, "¥": 0xF0, "×": 0xF1, |