xsl-list
[Top] [All Lists]

RE: [xsl] Japanese characters show up as ? in browser

2006-07-20 10:42:42
Here is the XML declaration from the file:

<?xml version="1.0" encoding="UTF-8"?>

Does this seem correct? 

It's correct if and only if the characters in the file are actually
encoded
in UTF-8.

Well, the XML in question is as follows:

<Id>&#x65E5;&#x672C;&#x8A9E;</Id>
<Description>&#x82B1;&#x5B50;</Description>

These characters come from Java which has them in UTF-8.  Does the XML
snippet above look correct?  Or does the &#x1234; format mean some other
encoding is being used?

Regards,
Dave

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--