diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-27 10:43:27 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-27 10:43:27 -0500 |
commit | f0ef450967fa00377fb8d39211741e7d7a596396 (patch) | |
tree | 88438f9731bc440f7cff2b680c2b647de9561bbc | |
parent | 993162a6d7bc0f589db1552311c04a8ee981ad78 (diff) |
jp char ァ
see also: d4e6ccca3b8cf1d5efb851153af8d9dd8c9de1e9
-rw-r--r-- | pokemontools/chars.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pokemontools/chars.py b/pokemontools/chars.py index fc69fc5..f27bc90 100644 --- a/pokemontools/chars.py +++ b/pokemontools/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 |