in reply to Re^2: Malformed UTF-8 character error after fetching data from Postgresql
in thread Malformed UTF-8 character error after fetching data from Postgresql

My instinct here is that Data::Dumper is the one that is confused, not anything in the DBI Stack.

Replies are listed 'Best First'.
Re^4: Malformed UTF-8 character error after fetching data from Postgresql
by graff (Chancellor) on Jul 19, 2014 at 02:55 UTC
    If you don't have a test/demo case to back it up, you'd be better off not trusting your "instinct". Data::Dumper is actually pretty good about avoiding and clearing up confusion (unless of course you don't know how to read its output).