Le jeudi 10 janvier 2013 22:08:36, Geoff Shipton a écrit :
> A simple users question!
> 
> 
> 
> I recently had problems running GdalWarp.exe on a TIF that was located in a
> folder that Chinese characters in the name.  The solution was
> straightforward of course - just re-name the folder.
> 
> 
> 
> However I was wondering what, if any, support there is for this situation
> using the GDAL libraries?

The GDAL lib itself expect the character encoding to be UTF-8, but the command 
line utilities don't pass UTF-8 to the GDAL lib due to the pecularities of the 
Windows OS. There's a patch in GDAL Trac that attempts to address that ( 
trac.osgeo.org/gdal/ticket/4884 )
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to