in reply to Re^2: UTF8 issue with XML::XPath
in thread UTF8 issue with XML::XPath
XML::XPath will most likely return text strings, while print can only work properly with byte strings.
So you might even want to try binmode STDOUT, ':encoding(UTF-8)'; before printing.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: UTF8 issue with XML::XPath
by jodaka (Initiate) on Mar 05, 2008 at 14:11 UTC |