Re: [gdal-dev] Converting MDB File With Unicode Characters

2014-08-27 Thread Even Rouault
Le mardi 26 août 2014 12:33:49, Tomer a écrit : > i tried different options in the Encoding menu but none displayed the file > correctly. I think the problem is caused by incorrect reading of the mdb > file made ​​by the driver. You could open a ticket in Trac (see "Submit a new bug report" on ht

Re: [gdal-dev] Converting MDB File With Unicode Characters

2014-08-26 Thread Tomer
i tried different options in the Encoding menu but none displayed the file correctly. I think the problem is caused by incorrect reading of the mdb file made ​​by the driver. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Converting-MDB-File-With-Unicode-Characters-tp51580

Re: [gdal-dev] Converting MDB File With Unicode Characters

2014-08-26 Thread Even Rouault
Selon Tomer : > The ogrinfo display non-English characters as '?'. I'm not sure in which > encoding it return its results. (Is there any way to check the encoding?) For example, if you do "ogrinfo the_arguments > somefile.txt" and open it with Notepad++, you can try different options in the Encod

Re: [gdal-dev] Converting MDB File With Unicode Characters

2014-08-26 Thread Tomer
The ogrinfo display non-English characters as '?'. I'm not sure in which encoding it return its results. (Is there any way to check the encoding?) Example for ogrinfo output: . OGRFeature:4 OBJECTID = 3 . . _?? = -?

Re: [gdal-dev] Converting MDB File With Unicode Characters

2014-08-25 Thread Even Rouault
Le lundi 25 août 2014 16:45:00, Tomer a écrit : > Do you have any idea for a possible solution? What is the output of ogrinfo on the MDB ? In which encoding does it return its results ? > > > > -- > View this message in context: > http://osgeo-org.1560.x6.nabble.com/Converting-MDB-File-With-U

Re: [gdal-dev] Converting MDB File With Unicode Characters

2014-08-25 Thread Tomer
Do you have any idea for a possible solution? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Converting-MDB-File-With-Unicode-Characters-tp5158087p5158179.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___ gdal

Re: [gdal-dev] Converting MDB File With Unicode Characters

2014-08-25 Thread Even Rouault
Selon Tomer : > i tried the vector utility program "ogr2ogr" to convert mdb to kml and still > non-English characters are replaced by '?' So the problem is likely in the ODBC driver that doesn't return UTF-8 encoding. > > > > -- > View this message in context: > http://osgeo-org.1560.x6.nabble.c

Re: [gdal-dev] Converting MDB File With Unicode Characters

2014-08-25 Thread Tomer
i tried the vector utility program "ogr2ogr" to convert mdb to kml and still non-English characters are replaced by '?' -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Converting-MDB-File-With-Unicode-Characters-tp5158087p5158156.html Sent from the GDAL - Dev mailing list a

Re: [gdal-dev] Converting MDB File With Unicode Characters

2014-08-25 Thread Even Rouault
Selon Tomer : > Hey, > > I'm using C# wrapper of GDAL and I'm having a problem converting MDB file > that contains unicode characters. > > Lets take for example conversion to KML file, non-English characters are > replaced by '?' Did you try with ogr2ogr first ? To check if the issue is in the OD

[gdal-dev] Converting MDB File With Unicode Characters

2014-08-25 Thread Tomer
Hey, I'm using C# wrapper of GDAL and I'm having a problem converting MDB file that contains unicode characters. Lets take for example conversion to KML file, non-English characters are replaced by '?' How do I solve it? -- View this message in context: http://osgeo-org.1560.x6.nabble.com

[gdal-dev] Converting MDB File With Unicode Characters

2014-08-19 Thread Tomer
Hey, I'm using a C# wrapper of GDAL and I'm having a problem converting MDB file that contains unicode characters. Lets take for example conversion to KML file, non-English characters are replaced by '?' How do I solve it? -- View this message in context: http://osgeo-org.1560.x6.nabble.c