Changes between Version 1 and Version 2 of Ticket #4608


Ignore:
Timestamp:
Apr 11, 2012, 5:50:44 AM (12 years ago)
Author:
invisibleroads
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4608 – Description

    v1 v2  
    22
    33  feature.SetField(0, u'xxx')
     4
    45  feature.SetField(0, 'Спасибо'.decode('utf-8'))
    56
     
    1314Ideally,
    1415
    15 - SetField() should accept native unicode
     16  SetField() should accept native unicode
    1617
    17 - SetField2() should accept native unicode
     18  SetField2() should accept native unicode
    1819
    19 - GetField() should return native unicode
     20  GetField() should return native unicode
    2021
    21 - GetFieldAsString() should return native unicode
     22  GetFieldAsString() should return native unicode
    2223
    2324References:
    24 http://lists.osgeo.org/pipermail/gdal-dev/2010-September/026156.html
    25 http://trac.osgeo.org/gdal/wiki/rfc5_unicode
     25
     26  http://lists.osgeo.org/pipermail/gdal-dev/2010-September/026156.html
     27
     28  http://trac.osgeo.org/gdal/wiki/rfc5_unicode