Unicode Encoding Problem

Issue #12 invalid
Former user created an issue

Originally reported on Google Code with ID 12 ``` What steps will reproduce the problem? 1. Mount a zip file with fuse-zip. 2. Copy files which has non-latin alphabet or unicode name onto mounted folder. And unmount it. 3. Look into the zip file with File roller (Default archive manager of Ubuntu).

What is the expected output? What do you see instead? You can see many file names are broken like encoding error. But others are not.

What version of the product are you using? On what operating system? I use Ubuntu 8.04 64bit, and fuse-zip version is 0.2.5

Please provide any additional information below.

```

Reported by `masoris` on 2008-09-04 06:11:54

Comments (3)

  1. Former user Account Deleted

    ``` Please, read README more careful.

    If you want to specify character set conversion for file names in archive, use the following fusermount options:

    -omodules=iconv,from_code=$charset1,to_code=$charset2

    See FUSE documentation for details. ```

    Reported by `alexander.galanin` on 2008-09-04 15:25:31 - Status changed: `Invalid`

  2. Former user Account Deleted

    ``` OK. I see. But I have 2 more questions.

    1. What is default character set of FUSE? 2. Where is FUSE documentation? ```

    Reported by `masoris` on 2008-09-04 22:23:30

  3. Former user Account Deleted

    ```

    1. What is default character set of FUSE?

    I don't know. May be it taken from locale settings of user running FUSE file system. IFAIK, ZIP default charset is cp437.

    2. Where is FUSE documentation?

    On Debian or Ubuntu systems you can find it in /usr/share/doc/libfuse2/README.gz and other files in directory /usr/share/doc/libfuse2. ```

    Reported by `alexander.galanin` on 2008-09-05 17:39:54

  4. Log in to comment