Changes between Version 4 and Version 5 of rfc30_utf8_filenames


Ignore:
Timestamp:
Sep 14, 2010, 8:21:32 PM (14 years ago)
Author:
warmerdam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc30_utf8_filenames

    v4 v5  
    4848== Windows ==
    4949
    50 Currently Windows's cpl_vsil_win32.cpp module uses CreateFile() with ascii filenames.  It needs to be converted to use CreateFileW() and other wide character functions for stat(), rename, mkdir, etc.  Prototype implementation already developed.
     50Currently Windows's cpl_vsil_win32.cpp module uses CreateFile() with ascii filenames.  It needs to be converted to use CreateFileW() and other wide character functions for stat(), rename, mkdir, etc.  Prototype implementation already developed (r20620).
    5151
    5252== Linux / Unix / MacOS X ==