jigneshvasoya / fuse-zip

Automatically exported from code.google.com/p/fuse-zip
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Unicode Encoding Problem #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by maso...@gmail.com on 4 Sep 2008 at 6:11

GoogleCodeExporter commented 9 years ago
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.

Original comment by alexander.galanin on 4 Sep 2008 at 3:25

GoogleCodeExporter commented 9 years ago
OK. I see. But I have 2 more questions.

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

Original comment by maso...@gmail.com on 4 Sep 2008 at 10:23

GoogleCodeExporter commented 9 years ago
> 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.

Original comment by alexander.galanin on 5 Sep 2008 at 5:39