in reply to Re^2: Hex-matching Regex pattern in scalar
in thread Hex-matching Regex pattern in scalar
It looks as if your input XML data is encoded as Latin-1 (despite the header claiming it to be UTF-8). So why not Encode::decode it from Latin one and save it as UTF-8 and then have LibXML process it?
|
|---|