X-Git-Url: http://git.veekun.com/zzz-pokedex.git/blobdiff_plain/721cfb32bcea2a413c1f6f98547e53591b33e148..40300f9ea7fc541bd5f3878d98d4ff0ca4873d9c:/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))