Commit graph

13 commits

Author SHA1 Message Date
Andrew Ekstedt a91a7d95b3 Allow small ッ before a vowel
This is a nonstandard use of ッ and it doesn't really have a defined
romanization, but we need to support it for Cramorant (ウッウ, U'u).
2021-03-07 11:26:50 -08:00
Eevee (Alex Munroe) b76b74e7a6 Compat with Python 3.3+ 2015-10-05 08:12:23 -07:00
Petr Viktorin c25db1d2cf Add Czech romanization 2011-03-29 17:46:41 +03:00
Zhorken 77c7cb9952 Fix handling of some fullwidth Latin characters in romanization.
Including fullwidth 0, which was acutally a problem.
2010-09-24 04:27:36 -04:00
Zhorken 2ab807a647 Add a couple more odd katakana combos to roomaji.py.
This covers wooguru and chiraamy; also change their temporary names in
pokemon.csv to reflect this.
2010-09-24 02:41:43 -04:00
Eevee 9552985893 Added some more weird katakana combos to roomaji.py. 2010-09-18 18:31:26 -07:00
Eevee 1d9e24a875 roomaji.py now handles "wu xe" and "shi xi" correctly. #132 2010-04-16 23:09:33 -07:00
Eevee 1206fe563b Forgot to uncomment the hiragana sokuon code. 2009-10-11 00:46:45 -07:00
Eevee 28be0b3c60 Added hiragana support to roomaji.py. #100 2009-09-28 21:29:01 -07:00
Eevee 990469bcd5 Added foreign move names. Japanese only so far.
Also fixed roomaji conversion to not die spectacularly when given
hiragana.  For some reason I let it know about hiragana soukuon and
youon, but nothing else, so it gets totally confused.
2009-09-13 21:06:15 -07:00
Eevee 1d4425bcb8 Raichuu, not Raichyuu 2009-09-12 14:49:02 -07:00
Eevee 4e51867e95 Added lookup support for foreign language names. #15
Changed lookup()'s return value to be a list of named tuples so the
caller can know which language each result is in.
2009-08-21 00:30:01 -07:00
Eevee 25baa7c4c0 Migrated a roomaji library over from spline-pokedex.
Now includes support for small kana and youon, which were causing raw
kana output and crashes, respectively.
2009-07-25 17:21:53 -07:00