in reply to Re^2: UTF8 issue with XML::XPath
in thread UTF8 issue with XML::XPath

Thanks for the answer, I solved it with:

binmode(STDOUT, ":utf8");