From ba9c7402cff0f311486a6ea8d0e3aeea4d904d7e Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Sat, 7 Jul 2012 14:47:58 -0600 Subject: Add the ▶ symbol to the text preprocessor. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit hg-commit-id: e3d1729bf4c4 --- textpre.py | 1 + 1 file changed, 1 insertion(+) (limited to 'textpre.py') 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, -- cgit v1.3.1-sl0p