Great.<div>Yes, I am running the trunk version.<br><div>Thank you Nicklas for this information.</div><div><br></div><div>Andreas<br><br><div class="gmail_quote">2011/3/14 Nicklas Avén <span dir="ltr"><<a href="mailto:nicklas.aven@jordogskog.no">nicklas.aven@jordogskog.no</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hallo Andreas<br>
<br>
May I guess you are running the trunk version.<br>
<br>
I think it is related to tichet #808<br>
<br>
<a href="http://trac.osgeo.org/postgis/ticket/808" target="_blank">http://trac.osgeo.org/postgis/ticket/808</a><br>
<br>
One workaround is described in the ticket by creating the .sql file<br>
without any encoding parameters and then change the first row of the sql<br>
file to<br>
SET CLIENT_ENCODING TO LATIN1;<br>
before running it in psql<br>
<br>
Another workaround is using an older skp2pgsql to create the sql-file.<br>
PostGIS will load it in PostGIS 2 format anyway.<br>
<br>
HTH<br>
<font color="#888888"><br>
Nicklas<br>
</font><div><div></div><div class="h5"><br>
On Mon, 2011-03-14 at 11:11 +0100, Andreas Forø Tollefsen wrote:<br>
> The error:<br>
> Importing shapefile (1267 records)...<br>
> Unable to convert data value to UTF-8 (iconv reports "Illegal byte<br>
> sequence"). Current encoding is "UTF-8". Try "LATIN1" (Western<br>
> European), or one of the values described at<br>
> <a href="http://www.postgresql.org/docs/current/static/multibyte.html" target="_blank">http://www.postgresql.org/docs/current/static/multibyte.html</a>.<br>
><br>
><br>
> Shapefile import failed.<br>
><br>
><br>
><br>
> 2011/3/14 Andreas Forø Tollefsen <<a href="mailto:andreasft@gmail.com">andreasft@gmail.com</a>><br>
>         Hi,<br>
><br>
><br>
>         I am trying to import this shapefile into a database on my new<br>
>         server:<br>
>         <a href="http://sedac.ciesin.columbia.edu/povmap/downloads/ds_global/imr_shapefile.zip" target="_blank">http://sedac.ciesin.columbia.edu/povmap/downloads/ds_global/imr_shapefile.zip</a><br>
><br>
><br>
>         While this was no problem on my old server running Windows<br>
>         Vista, i now have problems on my Ubuntu Server.<br>
>         My last server had the LC_COLLATE AND LC_CTYPE blank, while<br>
>         the new Linux has en_US.UTF-8 which seems to create the<br>
>         problems.<br>
>         I tried creating a new database on the new server with blank<br>
>         COLLATE and CTYPE, but it would not accept blank.<br>
><br>
><br>
>         Any ideas?<br>
><br>
>         Thanks,<br>
>         Andreas<br>
><br>
><br>
>         The old database had the following settings on Enconding:<br>
>         CREATE DATABASE newpg<br>
>           WITH OWNER = -----<br>
>                ENCODING = 'UTF8'<br>
>                TABLESPACE = pg_default<br>
>                LC_COLLATE = ''<br>
>                LC_CTYPE = ''<br>
>                CONNECTION LIMIT = -1;<br>
><br>
><br>
>         The database on the new server has the following:<br>
>         CREATE DATABASE priogrid<br>
>           WITH OWNER = -----<br>
>                ENCODING = 'UTF8'<br>
>                TABLESPACE = pg_default<br>
>                LC_COLLATE = 'en_US.UTF-8'<br>
>                LC_CTYPE = 'en_US.UTF-8'<br>
>                CONNECTION LIMIT = -1;<br>
><br>
><br>
</div></div><div><div></div><div class="h5">> _______________________________________________<br>
> postgis-users mailing list<br>
> <a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br>
> <a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
<br>
<br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br>
<a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
</div></div></blockquote></div><br></div></div>