diff options
| author | Tomaz Solc <tomaz.solc@tablix.org> | 2014-05-11 20:17:26 +0200 |
|---|---|---|
| committer | Tomaz Solc <tomaz.solc@tablix.org> | 2014-05-11 20:17:26 +0200 |
| commit | c41dd1d3ded7d508c3cea9dfd813ceb94167e5fb (patch) | |
| tree | c700b5eae50115c1b3ca1877e34c5f26d7714950 /unidecode | |
| parent | 072f660b6514b2a0184dc4f1e73395a69dbf12e2 (diff) | |
| download | unidecode-c41dd1d3ded7d508c3cea9dfd813ceb94167e5fb.tar.gz | |
Transliterate U+4E00 as "Yi "
Thanks to Yao Zuo.
Diffstat (limited to 'unidecode')
| -rw-r--r-- | unidecode/x04e.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unidecode/x04e.py b/unidecode/x04e.py index e346f67..b472b85 100644 --- a/unidecode/x04e.py +++ b/unidecode/x04e.py @@ -1,5 +1,5 @@ data = ( -'[?] ', # 0x00 +'Yi ', # 0x00 'Ding ', # 0x01 'Kao ', # 0x02 'Qi ', # 0x03 |
