php-i18n Digest 20 Jun 2003 05:44:08 -0000 Issue 179
Topics (messages 575 through 575):
utf-8 encoding : problem with japanese
575 by: Donal Regan
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 ---
Hello,
I'm trying to display some japanese characters in a
web page but I'm getting rubbish until I change the
encoding setting in options in the browser to utf-8.
The japanese strings are read from an xml file, I have
<?xml version="1.0" encoding="UTF-8"?>
as the first line. I create my xml parser using
$xmlParser=xml_parser_create("UTF-8");
and in my html header I have
<meta http-equiv="content-type"
content="text/html;charset=UTF-8">. Is there something
i'm missing? Any help would be greatly appreciated.
Cheers,
Donal
__________________________________________________
Yahoo! Plus - For a better Internet experience
http://uk.promotions.yahoo.com/yplus/yoffer.html
--- End Message ---