Comment 158 for bug 580961

Revision history for this message
Sebastian Geiger (lanoxx) wrote :

>test case:
>do an "unzip -l" on the file http://tinyurl.com/2aofpxs and witness the question marks

Sorry for posting on this already quite long bug. I am using Ubuntu 14.04 (LTS) with all the latest updates.

This bug is still present for me. I need to explicitly pass `-O 850` to enable codepage 850 in order to resolve it. Interestingly passing CP-850 does not work. Took me quite some time to figure this out.

Not the subtle differences in the resulting filename for the two commands below:

ERROR:

  $unzip Gyakorlat\ hallgatói\ segédlet\ -\ 7.\ Webes\ alkalmazások\ fejlesztése.zip
Archive: Gyakorlat hallgatói segédlet - 7. Webes alkalmazások fejlesztése.zip
  inflating: Gyakorlat hallgatвi segВdlet - 7. Webes alkalmazаsok fejlesztВse.doc

WORKAROUND:

 $unzip -O 850 Gyakorlat\ hallgatói\ segédlet\ -\ 7.\ Webes\ alkalmazások\ fejlesztése.zip
Archive: Gyakorlat hallgatói segédlet - 7. Webes alkalmazások fejlesztése.zip
  inflating: Gyakorlat hallgatói segédlet - 7. Webes alkalmazások fejlesztése.doc

Question: Is this a regression or am I experiencing a different bug unrelated to this one? If I am not mistaken then this was fixed before Ubuntu 14.04 and so the fix should also be included in Ubuntu 14.04 or not?