X-Git-Url: http://git.veekun.com/zzz-pokedex.git/blobdiff_plain/b08b064e9f013e8233b207360d68305a6b9652f2..7d7f1fd492434ace46b1913ed18c007dc683aae6:/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))