[gdal-dev] UTF-8 problem with MSSQLSpatial and ogr2ogr

2012-03-30 Thread philippe.suray
Hello, I am trying to load a shape file encoded in UTF-8 in SQLServer2008. I use this command from ogr2ogr to load the data's: ogr2ogr --debug on -f MSSQLSpatial MSSQL:server=localhost;database=ogr2ogrTest;Trusted_Connection=True; myShapeFile.shp -t_srs EPSG:4326 -dsco ENCODING=UTF-8 -lco

Re: [gdal-dev] UTF-8 problem with MSSQLSpatial and ogr2ogr

2012-03-30 Thread Chaitanya kumar CH
Phillippe, You can start with http://trac.osgeo.org/gdal/wiki/BuildHints if you want to do this yourselves. You can file a ticket at http://trac.osgeo.org/osgeo/newticket and attach your patch there. Also, provide a link to the MSSQL documentation regarding this. Thank you. On Fri, Mar 30,