Hi Paal,<br><br>I think you may need to create the PostGIS database with the encoding set explicitly to 1252.<br><br>You can do that in the pgsql command line with, &quot;createdb --encoding WIN1252 new_db&quot;.<br><br>Roger<br>
--<br><br><div class="gmail_quote">On Thu, May 1, 2008 at 2:09 PM, Paal Sund &lt;<a href="mailto:paalsund@gmail.com">paalsund@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
I am getting the following error while loading a shapefile to postgis using ogr2ogr interactively from &#39;DOS&#39; command window (cmd):<br>
<br>
ogr2ogr -f &quot;PostgreSQL&quot; -a_srs &quot;EPSG:32633&quot; PG:&quot;&lt;some values&gt;&quot; 33_n5000_bygg_punkt.shp -nln n5000_bygg_pun<br>
<br>
<br>
ERROR 1: INSERT command for new feature failed.<br>
<br>
FEIL: invalid byte sequence for encoding &quot;UTF8&quot;: 0x86<br>
<br>
HINT: This error can also happen if the byte sequence does not match the encoding expected by the server, which is controlled by &quot;client_encoding&quot;.<br>
<br>
<br>
Command: INSERT INTO &quot;n5000_bygg_pun&quot; (wkb_geometry , &quot;area&quot;, &quot;perimeter&quot;, &quot;kupu<br>
<br>
nkt_&quot;, &quot;kupunkt_id&quot;, &quot;objtype&quot;, &quot;ptema&quot;, &quot;tett_id&quot;, &quot;navn&quot;, &quot;fyr_id&quot;, &quot;oppdatert<br>
<br>
&quot;) VALUES (GeomFromEWKT(&#39;SRID=32768;POINT (897350 7911435)&#39;::TEXT) ,<br>
<br>
0.00000, 0.00000, 11, 503, &#39;Tettsted&#39;, 4007, 860<br>
<br>
2, &#39;Honningsvåg&#39;, 0, 20010301)<br>
<br>
ERROR 1: Terminating translation prematurely after failed<br>
<br>
translation of layer 33_n5000_bygg_punkt<br>
<br>
<br>
<br>
<br>
My ogr2ogr is from the latest FWTools, running on Windows XP 2002 sp2.<br>
My PostGIS is from the latest windows binaries (postgresql 8.3 and the application stack builder)<br>
<br>
Any clues? The error message seems to point in the encoding direction. My shapefile has 1252 encoding.<br>
I havent done anything with encoding stuff in postgrsql.<br>
<br>
Help appreciated,<br>
best Pål Herman<br>
<br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</blockquote></div><br>