X-Git-Url: http://git.veekun.com/zzz-pokedex.git/blobdiff_plain/da990eabd3ee7fae1bfa0829b77929d6d522a527..0fa9881f4061e135cf789ce70325a1b17f2fc2a0:/pokedex/roomaji.py diff --git a/pokedex/roomaji.py b/pokedex/roomaji.py index 0a6b269..d1bae0f 100644 --- a/pokedex/roomaji.py +++ b/pokedex/roomaji.py @@ -131,4 +131,4 @@ def romanize(string): if last_kana == 'sokuon': raise ValueError("Sokuon cannot be the last character.") - return ''.join(characters) + return unicode(''.join(characters))