David Powers wrote:
Gary Ross wrote:
:: I'm looking for a simple function to convert katakana to romaji in
:: php. I don't want to use kakasi but pure php. It should be easy
:: enough to write myself but if there is something already out there...

I've never used it myself, but there's a built-in function
mb_convert_kana()

That function will not do what you want. It only converts from half-width chars to ful-widths chars and vice versa.


Jc


-- PHP Internationalization Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to