projects
/
zzz-pokedex.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added lookup support for foreign language names. #15
[zzz-pokedex.git]
/
pokedex
/
roomaji.py
diff --git
a/pokedex/roomaji.py
b/pokedex/roomaji.py
index
0a6b269
..
d1bae0f
100644
(file)
--- 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)
)