diff options
| author | Tomaz Solc <tomaz.solc@tablix.org> | 2014-12-07 18:13:28 +0100 |
|---|---|---|
| committer | Tomaz Solc <tomaz.solc@tablix.org> | 2014-12-07 18:13:28 +0100 |
| commit | 92631b1aee584704bf87e9592c997fc04d0dc006 (patch) | |
| tree | e99aab8893f92b63a627ca05dfa29be59950fcf0 /unidecode/x021.py | |
| parent | 612c826ad3e4e83ebdc956f4785ead0a82e7a9d1 (diff) | |
| download | unidecode-92631b1aee584704bf87e9592c997fc04d0dc006.tar.gz | |
Add some missing script latin letters.
Diffstat (limited to 'unidecode/x021.py')
| -rw-r--r-- | unidecode/x021.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/unidecode/x021.py b/unidecode/x021.py index dca18f4..9fd4d84 100644 --- a/unidecode/x021.py +++ b/unidecode/x021.py @@ -45,12 +45,12 @@ data = ( 'A', # 0x2b '', # 0x2c '', # 0x2d -'', # 0x2e -'', # 0x2f -'', # 0x30 -'', # 0x31 +'e', # 0x2e +'e', # 0x2f +'E', # 0x30 +'F', # 0x31 'F', # 0x32 -'', # 0x33 +'M', # 0x33 '', # 0x34 '', # 0x35 '', # 0x36 |
