diff options
author | yenatch <yenatch@gmail.com> | 2013-07-31 18:02:08 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-07-31 18:02:08 -0400 |
commit | d4e6ccca3b8cf1d5efb851153af8d9dd8c9de1e9 (patch) | |
tree | 1da790476bbe25fbcfead02bc938f6392d2a98b8 /extras/chars.py | |
parent | c9b70ba1058846ff9e0ba0fcbe13c3ce3e498bdb (diff) |
jp char ァ
Diffstat (limited to 'extras/chars.py')
-rw-r--r-- | extras/chars.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/chars.py b/extras/chars.py index 3810d83cb..d63243d28 100644 --- a/extras/chars.py +++ b/extras/chars.py @@ -270,6 +270,7 @@ jap_chars.update({ 0xE1: "ゅ", 0xE2: "ょ", 0xE3: "ー", + 0xE9: "ァ", }) #some of the japanese characters can probably fit into the english table |