[gdal-dev] Are unicode field values supported in the Python bindings for GDAL?

Roy Hyunjin Han starsareblueandfaraway at gmail.com
Wed Apr 11 08:36:12 EDT 2012


Hi Andrey,

Do you know what is the status of native unicode/utf-8 support in GDAL?
http://trac.osgeo.org/gdal/wiki/rfc5_unicode

RHH




Currently, using the Python SWIG bindings for GDAL 1.9.0,

   feature.SetField(0, u'xxx')

raises the following exception

   NotImplementedError: Wrong number of arguments for overloaded
function 'Feature_SetField'


More information about the gdal-dev mailing list