Re: [gdal-dev] GDAL/OGR patch, codepage conversion on windows

2012-05-29 Thread OKI Miyuki
> Note: it is best > to also create a ticket in GDAL Trac with the proposed patch, otherwise there > is a risk of them getting forgotten in the email traffic. Even, Thank you for repoly. Yes, next time, I 'll create a ticket in GDAL Trac. I'll check http://trac.osgeo.org/gdal/changeset/24514

Re: [gdal-dev] GDAL/OGR patch, codepage conversion on windows

2012-05-29 Thread Even Rouault
Le mardi 29 mai 2012 12:26:04, OKI Miyuki a écrit : > Hi all, > >I made patch for OGR cpl_recode_stub.cpp, >to enable codepage conversion on windows platform. > Miyuki, Thanks for your patch. I've incorporated it with some adjustements (a few error checks and warnings reporting in case

[gdal-dev] GDAL/OGR patch, codepage conversion on windows

2012-05-29 Thread OKI Miyuki
Hi all, I made patch for OGR cpl_recode_stub.cpp, to enable codepage conversion on windows platform. CODEPAGE Somthing like this "CP932" to "UTF-8" "CP1252" to "UTF-8" ... and