8.10.2010 23:12, Frank Warmerdam kirjoitti:
Very early in the GDALOpenInfo constructor a call is made to VSIStatExL()
which should go to VSIWin32FilesystemHandler::Stat() in
cpl_vsil_win32.cpp.
I don't know why this would not happen.
Thereafter the file is opened with VSIFOpen() which is imp
Ari Jolma wrote:
Frank,
Is RFC 30 supposed to mean that using GDALOpen can be used with utf8
filenames? Are the changes made in trunk already?
Ari,
Yes, and Yes.
I'm testing on Windows and I observe that opening a file using utf8
filename does not succeed due to OpenInfo creation failing (
Frank,
Is RFC 30 supposed to mean that using GDALOpen can be used with utf8
filenames? Are the changes made in trunk already?
I'm testing on Windows and I observe that opening a file using utf8
filename does not succeed due to OpenInfo creation failing (the filename
is still in utf8 at that