Status: offline

ivy

Forum User
Full Member
Registered: 11/25/04
Posts: 314
Text Formatted Code
<html lang="XX">

please set correct value to XX. tw or cn.
our Japanese site is set html lang attribute.
Text Formatted Code
<html lang="ja" >


ie7,8,9,10 works utf8, too.
ie6 does not work, maybe.

We use Japanize plugin for setting lang.

see more
http://q.hatena.ne.jp/touch/1208259138
Geeklog Japan https://www.geeklog.jp

Status: offline

ivy

Forum User
Full Member
Registered: 11/25/04
Posts: 314
By using japanize plugin, email works
for Chinese Korean Japanese character, too.
please download.
ftp://ftp.back-street.net/pub/geeklog-jp/
Japanize plugin provide CUSTOM_mail().

html attribute for header.thtml, too.
Text Formatted Code
<html{html_attribute}{xmlns}>

Geeklog Japan https://www.geeklog.jp

Status: offline

ivy

Forum User
Full Member
Registered: 11/25/04
Posts: 314
Chinese and Korean email works:

Text Formatted Code
define('CUSTOM_MAIL_ENCODING', 'utf-8');
define('CUSTOM_MAIL_HEADER_ENCODE', 'CUSTOM_ENCODE');
define('CUSTOM_MAIL_HEADER_LENGTH', 400);
define('CUSTOM_MAIL_HEADER_LINEBREAK', "\n");
define('CUSTOM_MAIL_COMMENT_ENCLOSER', '"');  

Geeklog Japan https://www.geeklog.jp

Page navigation