diff options
| author | Tomaz Solc <tomaz.solc@tablix.org> | 2011-02-16 12:24:15 +0100 |
|---|---|---|
| committer | Tomaz Solc <tomaz.solc@tablix.org> | 2011-02-16 12:24:15 +0100 |
| commit | 2c5a010bbd5bbb3c75359e004a40644b8d8bf5fe (patch) | |
| tree | 0ed49a0339dbfc932075cce01cab83f981764801 /unidecode | |
| parent | 4063d8a74da544ce5f6bee1bf04b341d53d1dfe7 (diff) | |
| download | unidecode-2c5a010bbd5bbb3c75359e004a40644b8d8bf5fe.tar.gz | |
Adding combining latin small letters.
Diffstat (limited to 'unidecode')
| -rw-r--r-- | unidecode/x003.py | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/unidecode/x003.py b/unidecode/x003.py index bbb79a7..4ba8d72 100644 --- a/unidecode/x003.py +++ b/unidecode/x003.py @@ -98,19 +98,19 @@ data = ( '', # 0x60 '', # 0x61 '', # 0x62 -'[?]', # 0x63 -'[?]', # 0x64 -'[?]', # 0x65 -'[?]', # 0x66 -'[?]', # 0x67 -'[?]', # 0x68 -'[?]', # 0x69 -'[?]', # 0x6a -'[?]', # 0x6b -'[?]', # 0x6c -'[?]', # 0x6d -'[?]', # 0x6e -'[?]', # 0x6f +'a', # 0x63 +'e', # 0x64 +'i', # 0x65 +'o', # 0x66 +'u', # 0x67 +'c', # 0x68 +'d', # 0x69 +'h', # 0x6a +'m', # 0x6b +'r', # 0x6c +'t', # 0x6d +'v', # 0x6e +'x', # 0x6f '[?]', # 0x70 '[?]', # 0x71 '[?]', # 0x72 |
