diff options
| author | Tomaz Solc <tomaz.solc@tablix.org> | 2014-06-16 10:36:55 +0200 |
|---|---|---|
| committer | Tomaz Solc <tomaz.solc@tablix.org> | 2014-06-16 10:36:55 +0200 |
| commit | bef99c64a111cb8448c370a0211b87f440136173 (patch) | |
| tree | 191407b6b0c9eed510cf644449d382d908167612 /unidecode | |
| parent | 0ecf0722edb04fafda4192893a9f4c6a2ea8a29e (diff) | |
| download | unidecode-bef99c64a111cb8448c370a0211b87f440136173.tar.gz | |
Remove '[?]' for some characters.
Diffstat (limited to 'unidecode')
| -rw-r--r-- | unidecode/x021.py | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
