Changes between Version 6 and Version 7 of rfc30_utf8_filenames


Ignore:
Timestamp:
Sep 21, 2010, 3:42:12 PM (14 years ago)
Author:
warmerdam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc30_utf8_filenames

    v6 v7  
    1313=== VSI*L API ===
    1414
    15 Likely it is only the cpl_vsil_win32.cpp implementation of these functions that needs to be made UTF-8 aware.
     15All filenames in the VSI*L API will be treated as UTF-8, which means the cpl_vsil_win32.cpp implementation will need substantial updates to use wide character interfaces.
    1616
    1717 * VSIFOpenL()
     
    2525=== Old (small file) VSI API ===
    2626
    27 Do we need to convert the old (real fopen()) based API to support UTF-8 filenames?  On windows this might be hard.  Perhaps we could take this opportunity to reduce it's use to a minimum?
     27The old VSIFOpen() function will be adapted to use _wfopen() on windows instead of fopen() so that utf-8 filenames will be supported.
    2828
    2929 * VSIFOpen()