2
votes
1answer
186 views
PostgreSQL + PHP + UTF8 = invalid byte sequence for encoding
I'm migrating a db from mysql to postgresql. The mysql db's default collation is UTF8, postgres is also using UTF8, and I'm encoding the data with pg_escape_string(). For whatever reason however, I'm …
