Hi !
I get the following exception when I read a simple TXT file in Linux and
try to INSERT to the psql. (8.1.4)
org.postgresql.util.PSQLException: ERROR: character 0xefbfbd of encoding
"UTF8" has no equivalent in "LATIN2"
at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1512)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1297)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
Can someone help me ?
Saca