Subject: | Parsing of undecoded UTF-8 will give garbage when decoding entities |
I often get the above message on code such as this:
$$contentref = Encode::decode_utf8($$contentref);
$extor->parse($$contentref);
What decoding/encoding to I need to do to prevent it?