Mercurial > hg > config
comparison python/accentuate.py @ 126:6d2e986c0dae
add another
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 08 Mar 2011 13:55:33 -0800 |
parents | a51df2382390 |
children | a612a16f11a7 |
comparison
equal
deleted
inserted
replaced
125:a51df2382390 | 126:6d2e986c0dae |
---|---|
1 #!/usr/bin/env python | 1 #!/usr/bin/env python |
2 # -*- coding: utf-8 -*- | 2 # -*- coding: utf-8 -*- |
3 | 3 |
4 import random | 4 import random |
5 | 5 |
6 mapping = {'a': ['Ȁ', 'ȁ'], | 6 mapping = {'a': ['Ȁ', 'ȁ', 'à'], |
7 'c': ['ç'], | 7 'c': ['ç'], |
8 'e': ['ȅ'], | 8 'e': ['ȅ'], |
9 'n': ['И'], | 9 'n': ['И'], |
10 'o': ['ổ', 'ȍ'], | 10 'o': ['ổ', 'ȍ'], |
11 't': ['Ṱ'], | 11 't': ['Ṱ'], |