![]() |
|
XP is just a number | |
PerlMonks |
Re: Perl and Postgresql: Invalid byte sequence for encoding "UTF8"by Fletch (Bishop) |
on Dec 21, 2006 at 21:31 UTC ( [id://591197]=note: print w/replies, xml ) | Need Help?? |
A complete kludge, but perhaps munge the possibly-invalid data through MIME::Base64's encode_base64 and decode_base64 routines into/out of the database? Presuming your columns are large enough to handle the inflation that might be a work around until you figure out the right way to do it.
In Section
Seekers of Perl Wisdom
|
|