Bug 1287606

Summary: unzip console output (eg list) is Unicode broken
Product: [Fedora] Fedora Reporter: Yanko Kaneti <yaneti>
Component: unzipAssignee: Petr Stodulka <pstodulk>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: pstodulk
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-02 16:28:05 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Yanko Kaneti 2015-12-02 12:29:32 UTC
Description of problem:
$ locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC=en_US.utf8
LC_TIME=en_US.utf8
LC_COLLATE="en_US.UTF-8"
LC_MONETARY=en_US.utf8
LC_MESSAGES="en_US.UTF-8"
LC_PAPER=en_US.utf8
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT=en_US.utf8
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
$ touch БДЖ
$ zip test.zip БДЖ
  adding: БДЖ (stored 0%)
$ ls -1
test.zip
БДЖ
$ rm БДЖ 
$ unzip -l test.zip 
Archive:  test.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
        0  12-02-2015 14:26   ???
---------                     -------
        0                     1 file
$ unzip test.zip 
Archive:  test.zip
 extracting: ???            
$ ls -1
test.zip
БДЖ


Version-Release number of selected component (if applicable):
unzip-6.0-26.fc24.x86_64

Comment 1 Petr Stodulka 2015-12-02 16:28:05 UTC
You are using old unzip. Current package solve this already. See bug #225576

current rpm: unzip-6.0-27.fc24.x86_64

Comment 2 Yanko Kaneti 2015-12-02 16:31:00 UTC
I think you missed the fact that that particular build (unzip-6.0-27.fc24) failed to build.

Comment 3 Petr Stodulka 2015-12-02 16:56:05 UTC
Aah. Thanks, I really missed it. Few minutes.

Comment 4 Petr Stodulka 2015-12-02 17:19:10 UTC
New build is available.