summaryrefslogtreecommitdiff
path: root/textpre.py
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2012-07-07 14:47:58 -0600
committerIIMarckus <iimarckus@gmail.com>2012-07-07 14:47:58 -0600
commitba9c7402cff0f311486a6ea8d0e3aeea4d904d7e (patch)
treea863b36cd5c1d0081a66a78ca9de719e305cfe00 /textpre.py
parent122d0003ebd9ec8ddfe271d819d7365bbef03424 (diff)
Add the ▶ symbol to the text preprocessor.
hg-commit-id: e3d1729bf4c4
Diffstat (limited to 'textpre.py')
-rw-r--r--textpre.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/textpre.py b/textpre.py
index bfc64afb..d8099693 100644
--- a/textpre.py
+++ b/textpre.py
@@ -238,6 +238,7 @@ chars = {
"?": 0xE6,
"!": 0xE7,
".": 0xE8,
+"▶": 0xED,
"♂": 0xEF,
"¥": 0xF0,
"×": 0xF1,