Re: [gdal-dev] UTF-8 strings being re-encoded to LATIN1 with ogr2ogr

2011-05-09 Thread Christy Nieman
Frank, Sorry, I forgot to specify the driver. And yes, it's the shapefile driver. I'll give the SHAPE_ENCODING override a shot. Christy On 05/09/2011 09:52 AM, Frank Warmerdam wrote: On 11-05-09 08:24 AM, Christy Nieman wrote: Hello, I compiled gdal from trunk last week, and noticed that

Re: [gdal-dev] UTF-8 strings being re-encoded to LATIN1 with ogr2ogr

2011-05-09 Thread Frank Warmerdam
On 11-05-09 08:24 AM, Christy Nieman wrote: Hello, I compiled gdal from trunk last week, and noticed that ogr2ogr keeps converting UTF-8 strings to LATIN1. The only thing I've been able to find that's remotely related to this is OGR_EDIGEO_RECODE_TO_UTF8 at the bottom of http://trac.osgeo.org/gd

[gdal-dev] UTF-8 strings being re-encoded to LATIN1 with ogr2ogr

2011-05-09 Thread Christy Nieman
Hello, I compiled gdal from trunk last week, and noticed that ogr2ogr keeps converting UTF-8 strings to LATIN1. The only thing I've been able to find that's remotely related to this is OGR_EDIGEO_RECODE_TO_UTF8 at the bottom of http://trac.osgeo.org/gdal/wiki/ConfigOptions which appears to