summaryrefslogtreecommitdiff
path: root/preprocessor.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-07-08 23:25:49 -0700
committerBryan Bishop <kanzure@gmail.com>2012-07-08 23:25:49 -0700
commit0c3ba03d373436c62f994f09b5bac74a5754cb6c (patch)
tree1b83e3e77d19bf2c40c350ba1437a8010d48b2bd /preprocessor.py
parent6f8c3e5c3ea2edb80fddd2d17cf689fc1da39120 (diff)
parent6001bcd66b15669cd7acceb501891716f30daec2 (diff)
Merge pull request #22 from iimarckus/decimal1
Decimal1
Diffstat (limited to 'preprocessor.py')
-rw-r--r--preprocessor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/preprocessor.py b/preprocessor.py
index a30a78285..8a455fded 100644
--- a/preprocessor.py
+++ b/preprocessor.py
@@ -272,6 +272,7 @@ chars = {
"&": 0xE9,
"é": 0xEA,
"→": 0xEB,
+"▶": 0xED,
"♂": 0xEF,
"¥": 0xF0,
"×": 0xF1,