diff options
Diffstat (limited to 'pokemontools/chars.py')
-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 |