Code: Select all
UPDATE "Country" SET "DialingCode"='239' WHERE "Name"='São Tomé and Principe';ERROR: invalid byte sequence for encoding "UNICODE": 0xe36f20
The default table type in MySQL is MyISAM. There are too many types in PostgreSQL. The default was set to LATIN which I changed to UNICODE.
I changed from LATIN because I thought it has something to do with the language.
Thanks