Hi.<br><br>Using PostGIS 1.5 on Windows, I get this error message when trying to import a SHP:<br>----------------<br>Unable to convert data value to UTF-8 (iconv reports "Invalid argument"). Current encoding is "UTF-8". Try "LATIN1" (Western European), or one of the values described at <a href="http://www.postgresql.org/docs/current/static/multibyte.html">http://www.postgresql.org/docs/current/static/multibyte.html</a>.<br>
----------------<br><br>Really my data are in Latin1 encoding, but I don't want to change the encoding of the DataBase into Latin1, but change the encoding of the SHP (in fact, of the DBF) into UTF-8.<br><br>Which tool could I use to do this? Thank you very much.<br>