Topic: SQL again - encoding
Anybody have any suggestions as to what might be the best way to work around this? A varchar column, PgSQL db with UTF8 encoding, and getting this error from a specific string:
ERROR: 22021: invalid byte sequence for encoding "UTF8": 0xf5beb5adAm I going to have to use something along the lines of the mb_ functions to convert it before insertion/query, or is there a more suitable type to use for the column?
Cheers again. ![]()