From e21fc0fad19a4411c613d9caadfe13bc6f438d34 Mon Sep 17 00:00:00 2001 From: yenatch Date: Fri, 29 Mar 2013 21:50:24 -0400 Subject: [PATCH] make chars consistent with preprocessor --- extras/chars.py | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/chars.py b/extras/chars.py index 28f37cb84..159a479a7 100644 --- a/extras/chars.py +++ b/extras/chars.py @@ -98,6 +98,7 @@ chars = { 0xE9: "&", 0xEA: "é", 0xEB: "→", + 0xED: "▶", 0xEF: "♂", 0xF0: "¥", 0xF1: "×",