Re: [gdal-dev] WindowsLatin1 encoded strings

2015-01-19 Thread MITANCHEY Richard - CEREMA/DTecTV/ESI/GNSI
Even, Thank you for your excellent suggestion (as always) I'll try to implement it into my Talend TOS project (quite a bit complicated but it may works) Richard Le 19/01/2015 13:17, > Even Rouault (par Internet) a écrit : Le lundi 19 janvier 2015 12:46:20, MITANCHEY Richard - CEREMA/DTecTV/ES

Re: [gdal-dev] WindowsLatin1 encoded strings

2015-01-19 Thread Even Rouault
Le lundi 19 janvier 2015 12:46:20, MITANCHEY Richard - CEREMA/DTecTV/ESI/GNSI a écrit : > Hi, > I need to get WindowsLatin1 encoded Strings (mapinfo .tab files), and I > cannot really convert original data to UTF-8 before... > I'm using OGR (GDAL Java binding) with GetFieldAsString() but string >

[gdal-dev] WindowsLatin1 encoded strings

2015-01-19 Thread MITANCHEY Richard - CEREMA/DTecTV/ESI/GNSI
Hi, I need to get WindowsLatin1 encoded Strings (mapinfo .tab files), and I cannot really convert original data to UTF-8 before... I'm using OGR (GDAL Java binding) with GetFieldAsString() but string lengths (and chars within) are most of the times incorrect Is there any way to specify read and