On 2 Jul 2013, at 14:36, Mike Whitaker <[email protected]> wrote: > On 2 Jul 2013, at 14:34, Craig Chant <[email protected]> wrote: >> >> So either I refactor my SQL model wrappers under Catalyst to use >> Win32::ODBC, or I find out why DBI is corrupting my SQL data. > > Be a hero. Do the latter :D :D
..and have a read of http://juerd.nl/site.plp/perluniadvice You may also find that calling utf8::is_utf8() on the strings that come back from your DB may be revealing (this is one case in which you may use this without people screaming NOOOOOOOO!), as may http://search.cpan.org/~ilyaz/Devel-Peek-0.96/Peek.pm for peeking into the innnards of Perl strings. _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
