From 27fc2ca56b7fb87946171e7a2dc22681d6a54164 Mon Sep 17 00:00:00 2001 From: Acharvak Date: Thu, 19 May 2016 12:11:48 +0200 Subject: [PATCH] Add U+2047 -> ? to trans_table --- blockcheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockcheck.py b/blockcheck.py index 91d2692..f1a48f1 100755 --- a/blockcheck.py +++ b/blockcheck.py @@ -84,7 +84,7 @@ except ImportError: class ThreadSafeConsole(): pass -trans_table = str.maketrans("⚠✗✓«»", '!XV""') +trans_table = str.maketrans("⚠✗✓«»⁇", '!XV""?') def print(*args, **kwargs): if tkusable: