[Bug 495880] Re: Extracting a file with german "Umlaut" in the filename doesn't work

2013-04-12 Thread Ma Xiaojun
Hi, sokolov

The round-trip issue you mentioned roots from bugs in unzip (from Info-
Zip project) .

I already tried to reach Info-Zip people a few months ago, for exactly same 
issue affects my language (Chinese).
http://www.info-zip.org/phpBB3/viewtopic.php?f=4&t=403

So if you use File Roller, please install p7zip so that File Roller can
use p7zip as its backend and there won't be round-trip issue any more.

If you works in command line, you may consider switching to other tools.
zip/unzip seems to provide some unique and useful features, though.

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

Title:
  Extracting a file with german "Umlaut" in the filename doesn't work

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

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


[Bug 495880] Re: Extracting a file with german "Umlaut" in the filename doesn't work

2013-04-12 Thread sokolov
Ma said:
> I would recommend 7Z archvie to do cross-platform archive exchange since
>it seems to support Unicode-based filename from day one.

I didn't even DO a cross-platform exchange. I ZIPed it on one Ubuntu
machine and tried to unzip it on another. No luck. Now I can't even
change the names of the files in the ZIP-archive. So, just because they
have a special character in the file name, the files seem to be stuck in
the archive. Can't get them out. It is frustrating.

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

Title:
  Extracting a file with german "Umlaut" in the filename doesn't work

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

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


[Bug 495880] Re: Extracting a file with german "Umlaut" in the filename doesn't work

2013-04-12 Thread Ma Xiaojun
As I tested the file in comment 3 on Ubuntu 12.04, this file should have
encoding CP437.

$ unar -e cp437 Prueba\ con\ acentos\ y\ espacios.zip #Works perfectly
(You can install "unar" by "sudo apt-get install unar")

The result of unzip is a bit strange as it ask for password for one
file, is this correct?

Anyway, the big picture is that:
* ZIP filename encoding is tricky
* unzip has broken UTF-8 filename support and limited support of encoding 
conversion after a patch.
* File Roller is just a frontend of tools like unzip, if you install p7zip it 
will invoke p7zip instead, which can result in working UTF-8 ZIP filename 
support.

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

Title:
  Extracting a file with german "Umlaut" in the filename doesn't work

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

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


[Bug 495880] Re: Extracting a file with german "Umlaut" in the filename doesn't work

2013-04-12 Thread Ma Xiaojun
Hey guys :)

It is worth knowing that ZIP archives can come with different encodings
for file names.

The old standard encoding for ZIP is CP437 [1]. Since CP437 only covers
the need of certain regions of the world, people on Windows began to use
whatever local encoding available, for example, ZIP archives created in
Simplified Chinese version of Windows uses CP936 [2].

In 2007, optional UTF-8 support is added to ZIP standard [3].
Unforunately, unzip pre-installed on Linux/Mac OS X and built-in ZIP
support of MS Windows don't support the new standard well.

I know some people want unzip be fixed but the unzip upstream seems
inactive. And unzip is a program supporting so many platforms (including
VMS!), so it may be a bit hard to hack.

I would recommend 7Z archvie to do cross-platform archive exchange since
it seems to support Unicode-based filename from day one.

1. http://en.wikipedia.org/wiki/Code_page_437
2. http://en.wikipedia.org/wiki/Code_page_936
3. http://www.pkware.com/documents/casestudies/APPNOTE.TXT

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

Title:
  Extracting a file with german "Umlaut" in the filename doesn't work

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

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


[Bug 495880] Re: Extracting a file with german "Umlaut" in the filename doesn't work

2013-03-06 Thread g00fy
I was able to solve that bug for rar-files by downloading a new version of 
WinRAR, see
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/632737

but that makes me think that maybe the problem isn't directly in file-
roller.

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

Title:
  Extracting a file with german "Umlaut" in the filename doesn't work

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

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


[Bug 495880] Re: Extracting a file with german "Umlaut" in the filename doesn't work

2013-03-05 Thread patrik.marxer
This bug is unresolved for 3 years now. It's quite annoying actually. 
Rightclicking in Nautilus>extract here doesn't work for me.
I have to go to the command line each time and enter $ unzip *

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

Title:
  Extracting a file with german "Umlaut" in the filename doesn't work

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

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


[Bug 495880] Re: Extracting a file with german "Umlaut" in the filename doesn't work

2013-01-28 Thread Lukas Aichhorn
This bug also affects me, running ubuntu 12.10, file roller version
3.6.1, in german language. Right clicking in Nautilus actually works,
although filenames change to "Filename (invalid encoding/ungültiger
code)".

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

Title:
  Extracting a file with german "Umlaut" in the filename doesn't work

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

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

[Bug 495880] Re: Extracting a file with german "Umlaut" in the filename doesn't work

2012-09-18 Thread Ibrahim M. Ghazal
Note that right-clicking these files in Nautilus to compress and extract
them *does work*, which is a handy workaround.

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

Title:
  Extracting a file with german "Umlaut" in the filename doesn't work

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

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


[Bug 495880] Re: Extracting a file with german "Umlaut" in the filename doesn't work

2012-08-29 Thread sokolov
Affects file-roller 3.2.1 on a German-localized Ubuntu 11.10 64 bit as
well. It affects not only .zip-Files from Windows, but also .zip-files
from Google Drive (even if the original .zip-file was uploaded to Google
Drive from an Ubuntu system).

** Changed in: file-roller (Ubuntu)
   Status: Invalid => Confirmed

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

Title:
  Extracting a file with german "Umlaut" in the filename doesn't work

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

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


[Bug 495880] Re: Extracting a file with german "Umlaut" in the filename doesn't work

2010-11-14 Thread .cobnet
Can somebody explain why the status in this bug is 'invalid'? On my
10.10 system (file-roller 2.32.0-0ubuntu1) it's still not working. I
also see that the importance of this bug is 'low', but for some
languages it's very critical, eg. German (like already mentioned) and
Dutch.

While unzipping 
http://openofficeplaza.org/images/lesmateriaal/nl/writer/cursus_writer.zip with 
file-roller I get:
caution: filename not matched:  oo_oefen/Oefen_OpenOffice.org/Calc/Kopi\?ren.ods

Some people suggested to use the command line utility  unzip, but that also 
gave errors:
error:  cannot create oo_oefen/Oefen_OpenOffice.org/Calc/Kopi?ren.ods
Invalid argument

These bugs seem to be related, but I don't know if they are really the same:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/674956
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/177929
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/225002

-- 
Extracting a file with german "Umlaut" in the filename doesn't work
https://bugs.launchpad.net/bugs/495880
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 495880] Re: Extracting a file with german "Umlaut" in the filename doesn't work

2010-09-20 Thread fundriver
I'm also affected by this bug and agree with the two people above me.
The problem is for users who use the german language critical if you
dont use the terminal.

-- 
Extracting a file with german "Umlaut" in the filename doesn't work
https://bugs.launchpad.net/bugs/495880
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 495880] Re: Extracting a file with german "Umlaut" in the filename doesn't work

2010-05-12 Thread Markus Drexelius
I fully agree with Kovacs: this bugs makes the Ubuntu environment
relatively useless for a non english user. Escpecially for non technical
users, that cannot unzip such a file via command line this is an
additional argument to switch back to windows, where this is absolutely
no problem. In Ubuntu 10.04 this bug still exists...

-- 
Extracting a file with german "Umlaut" in the filename doesn't work
https://bugs.launchpad.net/bugs/495880
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 495880] Re: Extracting a file with german "Umlaut" in the filename doesn't work

2010-05-12 Thread Kovács Zoltán
Dear Developers,

I am very strongly convinced that this bug is a highly critical one. I
cannot unzip most .zip files in Ubuntu in the Gnome Desktop Environment
due to this bug. I can work around this problem because I can use the
command line version (unzip), but most users cannot. After a few
attempts MANY users will say they that Ubuntu is useless because such an
every day task cannot be solved in a convenient way.

PLEASE FIX THIS PROBLEM AS SOON AS POSSIBLE!

Thanks!

-- 
Extracting a file with german "Umlaut" in the filename doesn't work
https://bugs.launchpad.net/bugs/495880
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 495880] Re: Extracting a file with german "Umlaut" in the filename doesn't work

2010-01-21 Thread dabeatle28
Some info on my system, If any othe info needed let me know:

Ubuntu 2.6.31-17.54-generic
file-roller 2.28.1-0ubuntu1
Linux 2.6.31-17-generic i686

LANG=es_MX.UTF-8
SHELL=/bin/bash

Ubuntu 9.10
Executable path: /usr/bin/file-roller

-- 
Extracting a file with german "Umlaut" in the filename doesn't work
https://bugs.launchpad.net/bugs/495880
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 495880] Re: Extracting a file with german "Umlaut" in the filename doesn't work

2010-01-21 Thread dabeatle28
I'm also affected by this bug, zip archives containing files with
filenames containing accented or special characters like: á, é, í, ó, ú
can not be extracted (I get this error message: "caution: filename not
matched") nor renamed.

Also if I edit a file with spaces in its filename, File Roller refuse to update 
it inside the archive, I get this error message:
zip warning: name not matched: Doc%20con%20espacios.txt
zip error: Nothing to do! (/media/Documentos/Prueba con acentos y espacios.zip)

** Attachment added: "Test zip archive with accented filename files"
   
http://launchpadlibrarian.net/38182891/Prueba%20con%20acentos%20y%20espacios.zip

-- 
Extracting a file with german "Umlaut" in the filename doesn't work
https://bugs.launchpad.net/bugs/495880
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 495880] Re: Extracting a file with german "Umlaut" in the filename doesn't work

2009-12-14 Thread Sebastien Bacher
Thanks for the bug report. This particular bug has already been
reported, but feel free to report any other bugs you find.

** Changed in: file-roller (Ubuntu)
   Importance: Undecided => Low

** Changed in: file-roller (Ubuntu)
   Status: New => Invalid

** Changed in: file-roller (Ubuntu)
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)

-- 
Extracting a file with german "Umlaut" in the filename doesn't work
https://bugs.launchpad.net/bugs/495880
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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