file name problem when containing Chinese characters

Issue #33 wontfix
Former user created an issue

Originally reported on Google Code with ID 33 ``` If I create or modify a file whose name contains Chinese characters(for instance, 测试) in the mounted zip archiver, when unziped, the filename converted to unrecognizable characters.

I use the 0.2.12 version since I can't compile the 0.2.13 version and none binary package exists in debian.

Thanks for your great work!

zzx ```

Reported by `zhangzhixiong87` on 2012-03-03 13:33:54

Comments (1)

  1. Former user Account Deleted

    ``` Try to use iconv module:

    fuse-zip -omodules=iconv,from_code=$charset1,to_code=$charset2 file.zip mountdir

    when charset2 is usually your locale encoding.

    Note that infozip's unzip performs irreversible transformations for some code pages (CP866 for example) so unzipped file names can not be restored. ```

    Reported by `alexander.galanin` on 2012-04-20 17:03:58 - Status changed: `WontFix`

  2. Log in to comment