From bef99c64a111cb8448c370a0211b87f440136173 Mon Sep 17 00:00:00 2001 From: Tomaz Solc Date: Mon, 16 Jun 2014 10:36:55 +0200 Subject: Remove '[?]' for some characters. --- unidecode/x021.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'unidecode') diff --git a/unidecode/x021.py b/unidecode/x021.py index fcb651b..65dc1ea 100644 --- a/unidecode/x021.py +++ b/unidecode/x021.py @@ -59,10 +59,10 @@ data = ( '', # 0x39 '', # 0x3a 'FAX', # 0x3b -'[?]', # 0x3c -'[?]', # 0x3d -'[?]', # 0x3e -'[?]', # 0x3f +'', # 0x3c +'', # 0x3d +'', # 0x3e +'', # 0x3f '[?]', # 0x40 '[?]', # 0x41 '[?]', # 0x42 -- cgit v1.2.1