Subject: RE: Japanese characters show up as ? in browser
From: "David Nesbitt" <dnesbitt@xxxxxxxxxxxxxxxxx>
Date: Thu, 20 Jul 2006 10:51:14 -0700
|
> > 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>日本語</Id>
<Description>花子</Description>
These characters come from Java which has them in UTF-8. Does the XML
snippet above look correct? Or does the ሴ format mean some other
encoding is being used?
Regards,
Dave
|