diff options
| author | Tomaz Solc <tomaz.solc@tablix.org> | 2011-02-16 12:15:46 +0100 |
|---|---|---|
| committer | Tomaz Solc <tomaz.solc@tablix.org> | 2011-02-16 12:15:46 +0100 |
| commit | f1436e2da9c60d9fea8d8779e2228a1119cc71e3 (patch) | |
| tree | a769f86ea151548c2d6239a0bffc082ff2739742 /unidecode | |
| parent | 526feb22d3b9e2c8d0fee9fd9ab9e55db90f1e8c (diff) | |
| download | unidecode-f1436e2da9c60d9fea8d8779e2228a1119cc71e3.tar.gz | |
Adding circled latin small letters.
Diffstat (limited to 'unidecode')
| -rw-r--r-- | unidecode/x024.py | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/unidecode/x024.py b/unidecode/x024.py index f5bf4ec..76d8c8c 100644 --- a/unidecode/x024.py +++ b/unidecode/x024.py @@ -207,33 +207,33 @@ data = ( '', # 0xcd '', # 0xce '', # 0xcf -'', # 0xd0 -'', # 0xd1 -'', # 0xd2 -'', # 0xd3 -'', # 0xd4 -'', # 0xd5 -'', # 0xd6 -'', # 0xd7 -'', # 0xd8 -'', # 0xd9 -'', # 0xda -'', # 0xdb -'', # 0xdc -'', # 0xdd -'', # 0xde -'', # 0xdf -'', # 0xe0 -'', # 0xe1 -'', # 0xe2 -'', # 0xe3 -'', # 0xe4 -'', # 0xe5 -'', # 0xe6 -'', # 0xe7 -'', # 0xe8 -'', # 0xe9 -'', # 0xea +'a', # 0xd0 +'b', # 0xd1 +'c', # 0xd2 +'d', # 0xd3 +'e', # 0xd4 +'f', # 0xd5 +'g', # 0xd6 +'h', # 0xd7 +'i', # 0xd8 +'j', # 0xd9 +'k', # 0xda +'l', # 0xdb +'m', # 0xdc +'n', # 0xdd +'o', # 0xde +'p', # 0xdf +'q', # 0xe0 +'r', # 0xe1 +'s', # 0xe2 +'t', # 0xe3 +'u', # 0xe4 +'v', # 0xe5 +'w', # 0xe6 +'x', # 0xe7 +'y', # 0xe8 +'z', # 0xe9 +'0', # 0xea '[?]', # 0xeb '[?]', # 0xec '[?]', # 0xed |
