diff options
author | IIMarckus <iimarckus@gmail.com> | 2012-07-07 14:47:58 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2012-07-07 14:47:58 -0600 |
commit | ba9c7402cff0f311486a6ea8d0e3aeea4d904d7e (patch) | |
tree | a863b36cd5c1d0081a66a78ca9de719e305cfe00 /textpre.py | |
parent | 122d0003ebd9ec8ddfe271d819d7365bbef03424 (diff) |
Add the ▶ symbol to the text preprocessor.
hg-commit-id: e3d1729bf4c4
Diffstat (limited to 'textpre.py')
-rw-r--r-- | textpre.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -238,6 +238,7 @@ chars = { "?": 0xE6, "!": 0xE7, ".": 0xE8, +"▶": 0xED, "♂": 0xEF, "¥": 0xF0, "×": 0xF1, |