cm029 has asked for the wisdom of the Perl Monks concerning the following question:
How do I convert or otherwise clean the data before putting it into the database? If I lose characters, I am OK with that. This is only for my own personal use so a bit of lost data on foreign language emails that I cannot read anyway is fine. Any help appreciated. I can post the (admittedly ugly and unpolished) code if necessary. Thanks!DBD::Pg::st execute failed: ERROR: invalid byte sequence for encoding + "UTF8": 0x95 HINT: This error can also happen if the byte sequence does not match +the encoding expected by the server, which is controlled by "client_e +ncoding".
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: UTF8 and Postgresql
by pc88mxer (Vicar) on Apr 30, 2008 at 21:09 UTC | |
by Anonymous Monk on Apr 30, 2008 at 23:05 UTC | |
|
Re: UTF8 and Postgresql
by almut (Canon) on Apr 30, 2008 at 22:14 UTC | |
|
Re: UTF8 and Postgresql
by shmem (Chancellor) on Apr 30, 2008 at 21:01 UTC | |
|
Re: UTF8 and Postgresql
by mscharrer (Hermit) on Apr 30, 2008 at 21:04 UTC |