From 0d4138441ce94cc3d1fabff9d9ecba1589d948fe Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Mon, 5 Mar 2012 00:00:55 -0700 Subject: Add "×" in text. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit hg-commit-id: 78daeb956407 --- textpre.py | 1 + 1 file changed, 1 insertion(+) (limited to 'textpre.py') diff --git a/textpre.py b/textpre.py index 62049e50..f017211a 100644 --- a/textpre.py +++ b/textpre.py @@ -242,6 +242,7 @@ chars["!"] = "$E7" chars["."] = "$E8" chars["♂"] = "$EF" chars["¥"] = "$F0" +chars["×"] = "$F1" chars["/"] = "$F3" chars[","] = "$F4" chars["♀"] = "$F5" -- cgit v1.3.1-sl0p