Hi,
I'd like to import some data from ms-office that has text columns with 
international characters in it.
COPY complains about illegal byte sequences.
When I placed a "set client_encoding = LATIN1" in front of the COPY 
command, COPY was happy.
It still didn't work as expected. There were empty attributes in the 
imported table when there were accent decorated characters in the source 
file.
Is there a way to import UTF8 encoded csv files ?