[Bug 371167] Re: Chinese file names in Zip Archives compressed on Windows cannot be extracted correctly

2011-12-17 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 580961 ***
https://bugs.launchpad.net/bugs/580961

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: p7zip (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/371167

Title:
  Chinese file names in Zip Archives compressed on Windows cannot be
  extracted correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/371167/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 371167] Re: Chinese file names in Zip Archives compressed on Windows cannot be extracted correctly

2011-10-21 Thread liew
*** This bug is a duplicate of bug 580961 ***
https://bugs.launchpad.net/bugs/580961

helo

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/371167

Title:
  Chinese file names in Zip Archives compressed on Windows cannot be
  extracted correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/371167/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 371167] Re: Chinese file names in Zip Archives compressed on Windows cannot be extracted correctly

2010-05-15 Thread Rolf Leggewie
*** This bug is a duplicate of bug 580961 ***
https://bugs.launchpad.net/bugs/580961

Jiahua (comment 11), thank you for sharing that patch.  Unfortunately,
it only fixes the problem inthe Chinese case and thus is not a real
solution.

Andreas (comment 17), thank you for sharing your findings.  Nonetheless,
this is the same as bug 477755.

Marking as dupe.  Thank you.

** This bug has been marked a duplicate of bug 580961
   unzip fails to deal correctly with filename encodings

-- 
Chinese file names in Zip Archives compressed on Windows cannot be extracted 
correctly
https://bugs.launchpad.net/bugs/371167
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 371167] Re: Chinese file names in Zip Archives compressed on Windows cannot be extracted correctly

2010-05-06 Thread Alexander Melnichuk
Same thing here with unzipping archives with Russian filenames. 
It seems that unzip converts filenames by default from cp850 to cp1252. And 
this conversion ruins every other encoding. I'm trying to unzip a 
Windows-created zip archive with Russian filenames (cp866). Now, to restore the 
correct filenames I have to use the following set of commands as a workaround:

unzip filename.zip
convmv --nosmart --notest -f cp1252 -t cp850 *
convmv --nosmart --notest -f cp866 -t utf8 *

And this works.

It would be much more handy to have unzip autodetect the proper
conversion based on the system locale (i.e. cp866-utf8 for Russian,
CP936-utf8 for Chinese, etc.) or to be able to specify an unzip command
line parameter to override the default conversion of cp850-cp1252 in
case autodetection fails.


Tried on Lucid Lynx 10.04 LTS, unzip 6.0-1build1, convmv 1.12
See an example zip with cp866 filenames attached.

** Attachment added: example archive with Russian filenames (cp866)
   http://launchpadlibrarian.net/47932073/tsj_2010_demo.zip

-- 
Chinese file names in Zip Archives compressed on Windows cannot be extracted 
correctly
https://bugs.launchpad.net/bugs/371167
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 371167] Re: Chinese file names in Zip Archives compressed on Windows cannot be extracted correctly

2010-05-06 Thread Seunghoon Park
Same problem with Korean(CP949)
I hope that it will be fixed soon :)

-- 
Chinese file names in Zip Archives compressed on Windows cannot be extracted 
correctly
https://bugs.launchpad.net/bugs/371167
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 371167] Re: Chinese file names in Zip Archives compressed on Windows cannot be extracted correctly

2010-04-28 Thread Andreas Heinlein
This bug is not quite a duplicate, at least not for 7zip. In reply to
comment #7, installing p7zip-full does not fully fix the problem. It
does, however, change the behaviour of file-roller. Without p7zip-full,
file-roller uses unzip and cannot extract files with special characters
in their name. With p7zip-full installed, it obviously uses 7z and still
shows weird characters in most cases, but they can be extracted. It does
also not solve the problem the other way round (opening archives on
windows which were created with file-roller), but changes behaviour here
too.

In most cases means it also depends on the windows packer used. I did
some cross-tests and found out really weird behaviour. Files created
with Filzip work, files created with Winzip 14 or 7zip for Windows
(sic!) do not. Interestingly enough, this does not work the other way
round, i.e. Filzip for Windows cannot handle Archives correctly created
with p7zip for Linux. Also, 7zip for Win can handle file-roller archives
created with info-zip, but not those created with p7zip. 7zip for Win
also cannot handle Filzip archives, but the other way round works. p7zip
archives can be handled by Winzip 14, but again not the other way round.

Summary: There is currently no pair of Windows-Linux programs I know
of which can handle special characters in archives created by the other
program. The real blocker is file-roller not being able top open/extract
those files at all, which can be solved by installing p7zip-full. All
other programs can open these files, though with a cluttered filename.
Anyway, this needs to be fixed with some kind of encoding
detection/guessing.

-- 
Chinese file names in Zip Archives compressed on Windows cannot be extracted 
correctly
https://bugs.launchpad.net/bugs/371167
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 371167] Re: Chinese file names in Zip Archives compressed on Windows cannot be extracted correctly

2010-04-22 Thread Dmitry Agafonov
I guess we should make this bug as duplicate of
https://bugs.launchpad.net/ubuntu/+source/unzip/+bug/477755

-- 
Chinese file names in Zip Archives compressed on Windows cannot be extracted 
correctly
https://bugs.launchpad.net/bugs/371167
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 371167] Re: Chinese file names in Zip Archives compressed on Windows cannot be extracted correctly

2010-04-09 Thread Еггог
Same problem with russian charset.  In ubuntu 8.04 this bug not present.

-- 
Chinese file names in Zip Archives compressed on Windows cannot be extracted 
correctly
https://bugs.launchpad.net/bugs/371167
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 371167] Re: Chinese file names in Zip Archives compressed on Windows cannot be extracted correctly

2010-01-30 Thread Jose M . Albarrán
Same problem with spanish charset. I've reported this bug a couple of
years ago, but now I cannot find my initial report. Maybe is a regresion
or configuration problem.

-- 
Chinese file names in Zip Archives compressed on Windows cannot be extracted 
correctly
https://bugs.launchpad.net/bugs/371167
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 371167] Re: Chinese file names in Zip Archives compressed on Windows cannot be extracted correctly

2010-01-28 Thread Harald Sitter
ark uses unzip and related tools from the unzip package, so closing the
kdeutils tasks as invalid since this needs to be resolved in unzip to
resolve it in ark alike.

** Changed in: kdeutils (Ubuntu)
   Status: New = Invalid

** Changed in: kdeutils
   Importance: Unknown = Undecided

** Changed in: kdeutils
   Status: Unknown = New

** Changed in: kdeutils
 Remote watch: GNOME Bug Tracker #581496 = None

** Changed in: kdeutils
   Status: New = Invalid

-- 
Chinese file names in Zip Archives compressed on Windows cannot be extracted 
correctly
https://bugs.launchpad.net/bugs/371167
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 371167] Re: Chinese file names in Zip Archives compressed on Windows cannot be extracted correctly

2010-01-07 Thread Aron Xu
Can anybody have a look at this bug? Maybe we can use a patch (perhaps
the above one, but not tested) to fix this problem. For non-English
users this bug is something annoying, thanks.

-- 
Chinese file names in Zip Archives compressed on Windows cannot be extracted 
correctly
https://bugs.launchpad.net/bugs/371167
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 371167] Re: Chinese file names in Zip Archives compressed on Windows cannot be extracted correctly

2009-12-21 Thread eumetaxas
I have a similar problem with google docs. When i download several docs in zip 
format the non-English chars ado not appear at all and the file names are 
..ods or .odt.
Is this a general issue of the zip format?
Thank you.

-- 
Chinese file names in Zip Archives compressed on Windows cannot be extracted 
correctly
https://bugs.launchpad.net/bugs/371167
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 371167] Re: Chinese file names in Zip Archives compressed on Windows cannot be extracted correctly

2009-12-21 Thread Jiahua Huang
This patch will fix it

** Attachment added: unzip_filename_cp936_to_utf8.patch
   http://launchpadlibrarian.net/37016328/unzip_filename_cp936_to_utf8.patch

-- 
Chinese file names in Zip Archives compressed on Windows cannot be extracted 
correctly
https://bugs.launchpad.net/bugs/371167
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 371167] Re: Chinese file names in Zip Archives compressed on Windows cannot be extracted correctly

2009-11-17 Thread Molnár Gábor
I reported the problem on the developer's website (http://www.info-
zip.org/ according to the 'unzip' manual page) through a contact form
(they dont have bug tracker) and suggested to cantact users through
launchapd or gnome bugzilla. I hope they will fix this.

-- 
Chinese file names in Zip Archives compressed on Windows cannot be extracted 
correctly
https://bugs.launchpad.net/bugs/371167
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 371167] Re: Chinese file names in Zip Archives compressed on Windows cannot be extracted correctly

2009-11-16 Thread Dimitrios Dalagiorgos
I have a similar problem with filenames in Greek (Windows-1253)

-- 
Chinese file names in Zip Archives compressed on Windows cannot be extracted 
correctly
https://bugs.launchpad.net/bugs/371167
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 371167] Re: Chinese file names in Zip Archives compressed on Windows cannot be extracted correctly

2009-11-09 Thread Frederik Elwert
As stated in the GNOME bug report, installing 7zip-full fixes the
problem. So this seems to be a problem of unzip not handling these
characters correctly.

-- 
Chinese file names in Zip Archives compressed on Windows cannot be extracted 
correctly
https://bugs.launchpad.net/bugs/371167
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 371167] Re: Chinese file names in Zip Archives compressed on Windows cannot be extracted correctly

2009-11-05 Thread Molnár Gábor
This file is compressed with a hungarian localized windows with
iso-8859-2 character encoding, and it cannot be extracted using file-
roller. The error message is caution: filename not matched:
01_KB_eln\?k.pdf . The name of the file should be 01_KB_elnök.pdf (with
double accented o)

** Attachment added: iso-8859-2.zip
   http://launchpadlibrarian.net/35190261/iso-8859-2.zip

** Bug watch added: GNOME Bug Tracker #581496
   https://bugzilla.gnome.org/show_bug.cgi?id=581496

** Also affects: kdeutils via
   https://bugzilla.gnome.org/show_bug.cgi?id=581496
   Importance: Unknown
   Status: Unknown

-- 
Chinese file names in Zip Archives compressed on Windows cannot be extracted 
correctly
https://bugs.launchpad.net/bugs/371167
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 371167] Re: Chinese file names in Zip Archives compressed on Windows cannot be extracted correctly

2009-11-05 Thread Sebastien Bacher
** Changed in: file-roller (Ubuntu)
   Status: New = Triaged

** Also affects: file-roller via
   https://bugzilla.gnome.org/show_bug.cgi?id=581496
   Importance: Unknown
   Status: Unknown

-- 
Chinese file names in Zip Archives compressed on Windows cannot be extracted 
correctly
https://bugs.launchpad.net/bugs/371167
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 371167] Re: Chinese file names in Zip Archives compressed on Windows cannot be extracted correctly

2009-11-02 Thread Aron Xu
This attachment is a file that can be used to reproduce this problem.
测试.zip is compressed on a Windows XP with Simplified Chinese
environment, there are two empty files named 测试1.txt and 测试2.txt in it.
When you decompress them with Ark or File-roller, we won't get correct
file names.

** Summary changed:

- Ark cannot decompress Zip Archives with Chinese file name that compressed on 
Windows
+ Chinese file names in Zip Archives compressed on Windows cannot be extracted 
correctly

** Description changed:

  Hi,
- I am a user from China, when one of my friend and I are preparing for helping 
more Chinese user migrate to Ubuntu or Kubuntu, we found Ark doens't work 
properly as what we want to.
+ I am a user from China, when one of my friend and I are preparing for helping 
more Chinese user migrate to Ubuntu or Kubuntu, we found file-roller and ark 
don't work properly as what we want to.
  Usually we have many files that were compressed on Windows, with Chinese file 
names. When I tried to decompress one of them I found Ark cannot get the proper 
encoding of the file. On Windows, the file names are encoded as CP936 or GBK, 
but Ark regards them as UTF-8 by default, so we cannot see or get the files 
with right name but all strange characters. I tried to find why, then I know I 
have installed both p7zip and unzip on my Ubuntu, and Ark calls p7zip package 
to decompress .zip archive instead of the package 'unzip'. Then I purged the 
p7zip package and tried again, and the problem is still there, unsolved.
  
- Thanks for your time to pay attention to this problem. 
+ Thanks for your time to pay attention to this problem.
  Some more information about my system and the softwares are listed here:
  
- The Release of Ubuntu:
-  Description:Ubuntu 9.04
-  Release:9.04
- 
- The source packages:
- Ark (in kdeutils): http://packages.ubuntu.com/source/jaunty/kdeutils
- unzip: http://packages.ubuntu.com/source/jaunty/unzip
- p7zip and p7zip-full: http://packages.ubuntu.com/source/jaunty/p7zip
- 
- The software versions:
- Ark: 4:4.2.2-0ubuntu2
- unzip: 5.52-12ubuntu1
- p7zip: 4.58~dfsg.1-1
- p7zip-full: 4.58~dfsg.1-1
+ This problem was reported since Jaunty, and still persist in Karmic.

** Also affects: file-roller (Ubuntu)
   Importance: Undecided
   Status: New

** Attachment added: 测试.zip
   http://launchpadlibrarian.net/34952301/%E6%B5%8B%E8%AF%95.zip

-- 
Chinese file names in Zip Archives compressed on Windows cannot be extracted 
correctly
https://bugs.launchpad.net/bugs/371167
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 371167] Re: Chinese file names in Zip Archives compressed on Windows cannot be extracted correctly

2009-11-02 Thread Dominik Stadler
I see the same thing here on Karmic 9.10 using the attached file.

/tmp$ unzip *.zip
Archive:  测试.zip
 extracting: ??-?1.txt
 extracting: ??-?2.txt


** Changed in: unzip (Ubuntu)
   Status: New = Confirmed

-- 
Chinese file names in Zip Archives compressed on Windows cannot be extracted 
correctly
https://bugs.launchpad.net/bugs/371167
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs