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 last_kana = new_char
# Sokuon # Sokuon
#elif char in (u'っ', u'ッ'): elif char in (u'', u''):
elif char in (u'',):
# Remember it and double the consonant next time around # Remember it and double the consonant next time around
last_kana = 'sokuon' last_kana = 'sokuon'