in reply to Re: dealing with encoding while converting data from MySQL to Postgres
in thread dealing with encoding while converting data from MySQL to Postgres
...and even then you may have to watch out for doubly-encoded UTF-8 (maybe the database driver does that, maybe it was inserted to the database that way, maybe ...). You should also look into Text::Iconv for your conversion as it works with raw bytes and does not mind perl's "utf8 bit."
|
|---|