Added lookup support for foreign language names. #15
[zzz-pokedex.git] / pokedex / roomaji.py
index 0a6b269..d1bae0f 100644 (file)
@@ -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))