in reply to UTF8 issue with XML::XPath
here $val is taken from external TXT file.
Did you open that file with <:encoding(UTF-8)? If not, it's a byte string, and probably won't work well with clean modules.
Update: and of course you need the >:encoding(UTF-8) ouput layer when opening the result file.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: UTF8 issue with XML::XPath
by jodaka (Initiate) on Mar 05, 2008 at 11:48 UTC | |
by moritz (Cardinal) on Mar 05, 2008 at 12:00 UTC | |
by jodaka (Initiate) on Mar 05, 2008 at 14:11 UTC |