I am getting the following exception:
Caused by: org.postgresql.util.PSQLException: ERROR: character 0xefbfbd of encoding "UTF8" has no equivalent in "WIN1252"
Is there a way to eradicate such characters, either via SQL or programmatically? (SQL solution should be preferred).
I was thinking of connecting to the DB using WIN1252 but it will give the same problem.