From 2c5a010bbd5bbb3c75359e004a40644b8d8bf5fe Mon Sep 17 00:00:00 2001 From: Tomaz Solc Date: Wed, 16 Feb 2011 12:24:15 +0100 Subject: Adding combining latin small letters. --- unidecode/x003.py | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'unidecode') 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 -- cgit v1.2.1