Re: [gdal-dev] gdalautotest

2018-10-19 Thread Even Rouault
On vendredi 19 octobre 2018 18:17:26 CEST Alan Stewart wrote: > 'select * from D\303\251parts' This is an octal representation of the eacute character in UTF-8. Check that autotest/ogr/data/departs.vrt does contain a eacute (départs as then name attribute of OGRVRTLayer) encoded in UTF-8 -- S

[gdal-dev] gdalautotest

2018-10-19 Thread Alan Stewart
I'm running gdalautotest locally on Windows 7 Pro, building VS 2017 32-bit. Test ogr_sql_81 is throwing an exception, apparently because of 'select * from D\303\251parts'. I guess this could be either an issue with my Python install or with my GDAL build. My Python is 2.7.11 from the Python Sof