Changes between Initial Version and Version 1 of Ticket #5361


Ignore:
Timestamp:
Jan 22, 2014, 12:53:10 AM (10 years ago)
Author:
oleinik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5361 – Description

    initial v1  
    11Most programs on windows create zip-archives with filenames in DOS CP866 charset. Sometimes zip-archives also contains filenames in UNICODE charset. GDAL doesn't convert charset between DOS and ANSI and doesn't use UNICODE version as result we have trouble.
    2 To open dataset '/vsizip/archive.zip/image_name' with cyrillic name we need firstly convert image_name from ANSI to OEM, then concat with prefix and dirname and then convert result to UTF8. Not very easy-to-use.
     2To open dataset '/vsizip/archive.zip/image_name' with cyrillic name we need firstly convert image_name from ANSI to OEM, then concat with prefix and archive name and then convert result to UTF8. Not very easy-to-use.
    33Moreover different parts of result dataset's description also have different charsets and as result PAM .aux.xml and .ovr filenames not suitable for OS.