Filename encoding broken after unzip on windows

Posted by flammi88 on Super User See other posts from Super User or by flammi88
Published on 2013-11-07T15:26:00Z Indexed on 2013/11/08 22:00 UTC
Read the original article Hit count: 264

Filed under:
|
|

I zipped a directory on my linux server. Many files in the directory have german umlauts in their filename. The filesystem is ext3 and the system locale is set to de_DE.utf8.

I used the following command to create the zip file:

zip -r somezip.zip somefolder/

I transfered this file via WinSCP to my windows laptop and unzipped it. The issue: All filenames with german umlauts are broken. On my linux server the filenames are displayed correctly.

I assume that I made a mistake when i created the zip file.

Has someone any ideas how i can perserve the right filename encoding when I zip the files with the zip command on linux?

© Super User or respective owner

Related posts about linux

Related posts about Windows