in reply to Re^2: disable warnings: utf8 "\x8E" does not map to Unicode
in thread disable warnings: utf8 "\x8E" does not map to Unicode

When calling Encode::decode, pass Encode::FB_DEFAULT as third parameter.

See chapter "Handling Malformed Data" in the Encode documentation.

Replies are listed 'Best First'.
Re^4: disable warnings: utf8 "\x8E" does not map to Unicode
by Anonymous Monk on Feb 10, 2012 at 16:58 UTC

    Huh? I'm using open my($fh), '<:encoding(UTF-8)', ...