summaryrefslogtreecommitdiff
path: root/unidecode
diff options
context:
space:
mode:
authorTomaz Solc <tomaz.solc@tablix.org>2016-11-04 12:18:03 +0100
committerTomaz Solc <tomaz.solc@tablix.org>2016-11-04 12:18:03 +0100
commit7e286f18e606fa5fafcded37da2211cede958d08 (patch)
tree916555fb5f489a702d92be957d4a2fe7ba78b2a1 /unidecode
parent569a2d1bd83f50ff57ff59b586f2025778d32bef (diff)
downloadunidecode-7e286f18e606fa5fafcded37da2211cede958d08.tar.gz
Fix U+205F MEDIUM MATHEMATICAL SPACE
Diffstat (limited to 'unidecode')
-rw-r--r--unidecode/x020.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/unidecode/x020.py b/unidecode/x020.py
index b649473..2e513e6 100644
--- a/unidecode/x020.py
+++ b/unidecode/x020.py
@@ -94,7 +94,7 @@ data = (
'[?]', # 0x5c
'[?]', # 0x5d
'[?]', # 0x5e
-'[?]', # 0x5f
+' ', # 0x5f
'', # 0x60
'[?]', # 0x61
'[?]', # 0x62