[i18n] Re: Japanese support (with IMAP)

Isamu Yamamoto yamamoto at trustbee.com
Fri Mar 7 22:15:49 PST 2003


>Yes definitely. There is no need for a Japanese localized version anymore as
>we now support theoretically every charset, even multibyte ones.

Yes, I also think so.
However, there is lot of codes for conversion Japanese character,
it is inadequate just to replace a message by ja_JP.po.

Therefore, I made as a Japanese version now.
In the future, I want to merge to original version.

This is the code for conversion Japanese character which I am using.
What code should I use?
if ($GLOBAL['language'] == 'ja_JP') {
	$msg = mb_convert_encoding($msg, ...)
}

-- 
Isamu Yamamoto mailto:yamamoto at trustbee.com



More information about the i18n mailing list