diff options
| author | Tomaz Solc <tomaz.solc@tablix.org> | 2016-11-04 12:18:03 +0100 |
|---|---|---|
| committer | Tomaz Solc <tomaz.solc@tablix.org> | 2016-11-04 12:18:03 +0100 |
| commit | 7e286f18e606fa5fafcded37da2211cede958d08 (patch) | |
| tree | 916555fb5f489a702d92be957d4a2fe7ba78b2a1 /unidecode | |
| parent | 569a2d1bd83f50ff57ff59b586f2025778d32bef (diff) | |
| download | unidecode-7e286f18e606fa5fafcded37da2211cede958d08.tar.gz | |
Fix U+205F MEDIUM MATHEMATICAL SPACE
Diffstat (limited to 'unidecode')
| -rw-r--r-- | unidecode/x020.py | 2 |
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 |
