<div dir="ltr">Even,<div><br></div><div>Thank you for the quick reply.   And it appears that using a .CPG file does not make a difference in this.  Is that correct?</div><div><br></div><div>Roger</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 7, 2014 at 3:00 PM, Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@spatialys.com" target="_blank">even.rouault@spatialys.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le vendredi 07 novembre 2014 23:53:09, Roger André a écrit :<br>
<div><div class="h5">> Hello List,<br>
><br>
> I am very curious why after installing GDAL 1.11, I now need to use the<br>
> -lco ENCODING=UTF-8 option when using ogr2ogr on any of my already UTF-8<br>
> encoded shapefiles?  Failure to do so results in this error,<br>
><br>
> Warning 1: One or several characters couldn't be converted correctly from<br>
> UTF-8 to ISO-8859-1.<br>
<br>
</div></div>Roger,<br>
<br>
The default encoding of shapefiles is ISO-8859-1. So if you don't specify  -lco<br>
ENCODING=UTF-8, the shapefile driver will attempt to recode from UTF-8 to<br>
ISO-8859-1. This behaviour has been introduced in GDAL 1.9. Previously no<br>
transcoding was done, and there could be mismatch between the actual encoding<br>
of the content and the declared encoding of the DBF.<br>
<span class="HOEnZb"><font color="#888888"><br>
Even<br>
<br>
--<br>
Spatialys - Geospatial professional services<br>
<a href="http://www.spatialys.com" target="_blank">http://www.spatialys.com</a><br>
</font></span></blockquote></div><br></div>