in reply to XML::Parser Shift_JIS encoding
Even if XML::Parser doesn't think it exists, you could at least use Encode::decode the convert the source data into utf8 before getting XML::Parser involved in the process (assuming that this module is okay for handling utf8 data).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: XML::Parser Shift_JIS encoding
by zeimusu (Sexton) on Sep 16, 2004 at 03:46 UTC |