• Erwan Tulou's avatar
    skins2(Win): fix multibyte issue for vlt filename (zip format) · 1ac910a5
    Erwan Tulou authored
    On Windows, unzOpen() doesn't fully support Microsoft wide char.
    So, use unzOpen2() with a callback to use vlc_fopen() instead of
    the default fopen().
    
    This fixes situations where a skin filename or path contains
    e.g Japanese characters whatever the Windows locale.
    
    For OS2 and Linux, no functional change.
    1ac910a5
theme_loader.cpp 20.3 KB