diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-27 10:53:17 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-27 10:53:17 -0500 |
commit | 5e66419093bee938c4b58b87da2ddfb00361fe7a (patch) | |
tree | 88438f9731bc440f7cff2b680c2b647de9561bbc /pokemontools/chars.py | |
parent | 967de1cf3c16eb7806a745acc65ceb222ad5d6dc (diff) | |
parent | f0ef450967fa00377fb8d39211741e7d7a596396 (diff) |
Merge branch 'from-yenatch' into master
These commits (roughly) represent the changes made against extras/ by
yenatch. These are not cherrypicked and this isn't repeatable, sorry.
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 |