diff options
| author | Tomaz Solc <tomaz.solc@tablix.org> | 2020-12-20 12:00:06 +0100 |
|---|---|---|
| committer | Tomaz Solc <tomaz.solc@tablix.org> | 2020-12-20 12:00:06 +0100 |
| commit | 706a4bc1ef5ce2ccab8075bfdfbed8e4ee246973 (patch) | |
| tree | 2992bb758b8f84c780d45fd026f92b543a41e392 /unidecode | |
| parent | 4104e5ac951210eb35e57b494f7ebc227edb651a (diff) | |
| download | unidecode-706a4bc1ef5ce2ccab8075bfdfbed8e4ee246973.tar.gz | |
Add missing quotation marks in the U+27xx range.
Diffstat (limited to 'unidecode')
| -rw-r--r-- | unidecode/x027.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/unidecode/x027.py b/unidecode/x027.py index 3c74c07..820aa2c 100644 --- a/unidecode/x027.py +++ b/unidecode/x027.py @@ -91,11 +91,11 @@ data = ( '', # 0x59 '', # 0x5a '', # 0x5b -'', # 0x5c -'', # 0x5d -'', # 0x5e -'[?]', # 0x5f -'[?]', # 0x60 +'\'', # 0x5c +'"', # 0x5d +'"', # 0x5e +',', # 0x5f +',,', # 0x60 '', # 0x61 '!', # 0x62 '', # 0x63 |
