php-i18n Digest 30 Jan 2004 07:09:15 -0000 Issue 212
Topics (messages 654 through 656):
can the mail function handle japanese and korean fonts?
654 by: Ligaya Turmelle
655 by: Moriyoshi Koizumi
convert from UTF8 to EUC-JP
656 by: Ligaya Turmelle
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
I would like to know if the php function mail() can send out emails in
Japanese and Korean? The documentation doesn't say. I currently have the
messages saved in UTF8 encoding and do not know how it will effect the
messages. I don't read or write either language so I can't even try it to
see the differences.
--- End Message ---
--- Begin Message ---
On 2004/01/29, at 9:33, Ligaya Turmelle wrote:
I would like to know if the php function mail() can send out emails in
Japanese and Korean? The documentation doesn't say. I currently have
the
messages saved in UTF8 encoding and do not know how it will effect the
messages. I don't read or write either language so I can't even try
it to
see the differences.
Have a look at the documentation of mb_send_mail()
http://www.php.net/mb_send_mail
HTH,
Moriyoshi
--- End Message ---
--- Begin Message ---
OK I have a really basic question I hope. How do you have UTF8 data saved
to a MySQL 4.0 database and then extract it and put it back into UTF8? Do I
have to use the mb_convert_encoding($str, EUC_JP, UTF8) in PHP before the
insert and the reverse after the select? I'm using UTF8 on the web page but
the 4.0 version of MySQL doesn't support it ( Idiot me tested it in 4.1 not
thinking so the whole project is designed in UTF8).
Please let me know if I'm barking up the wrong tree.
--- End Message ---