XML-Simple - Re: How to parse Chinese Simple by XML-Simple?

Posted on Mon Sep 18 06:08:55 2006 by grantm in response to 3068 (See the whole thread of 5)
Re: How to parse Chinese Simple by XML-Simple?

1. I recommend asking your question on PerlMonks.

2. You don't mention what went wrong. When you post on PerlMonks, include some code; the error message if there was one; and describe the result you expected.

3. Any data returned by XML::Simple will be encoded in UTF-8 regardless of what encoding the XML document was in. This is a feature.

4. If your XML does not use ASCII or UTF-8 encoding then you *MUST* declare an encoding in the xml declaration.

Direct Responses: 3072 | Write a response