Forgot to uncomment the hiragana sokuon code.

This commit is contained in:
Eevee 2009-10-11 00:46:45 -07:00
parent 04a2e3fd3d
commit 1206fe563b

View file

@ -113,8 +113,7 @@ def romanize(string):
last_kana = new_char
# Sokuon
#elif char in (u'っ', u'ッ'):
elif char in (u'',):
elif char in (u'', u''):
# Remember it and double the consonant next time around
last_kana = 'sokuon'