I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2006-09-18 03:08:55-07 by grantm in response to 3068
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