Welcome to Geeklog, Anonymous Friday, November 22 2024 @ 10:11 am EST
Downloads
This patch is for using mail functions in Japanese.
I added a 'mail_locale' variable for config.php.
With this patch you can send mail in languages which have different encoding for display and e-mail.
I added a 'mail_locale' variable for config.php.
With this patch you can send mail in languages which have different encoding for display and e-mail.
In Japanese, you should assign iso-2022-jp for e-mail and euc-jp for display. The config.php should be as follows:
$_CONF['locale'] = 'euc-jp';
$_CONF['mail_locale'] = 'iso-2022-jp';
$_CONF['locale'] = 'euc-jp';
$_CONF['mail_locale'] = 'iso-2022-jp';