Results 1 to 5 of 5

Thread: unicode support from file roller?

  1. #1
    Join Date
    Nov 2012
    Beans
    14

    unicode support from file roller?

    Hi,

    I downloaded a zip file with its name containing Chinese characters, and they are in unicode. Well, it could be displayed well in my terminal if I use "ls" command.

    But, when I tried to use file roller (archive manager) to show its content, it displays a folder name showed as "?????". I knew it is a Chinese-character folder name in the zip file, and it can be showed well in Windows XP.

    But how to let file roller translate those "?????" into native Chinese characters?

    My Ubuntu version is 12.04.

    [Update]:
    Later, I tried to install 7-zip with "sudo apt-get install p7zip-full", it finished well without any problem. Now when I open the same zip file with archive manager (file roller) again, the "?????" characters are gone, but the folder name is still unrecognisable, as can see from the attached screen shot.



    Any idea to make it display Unicode character correctly?

    By the way, it looks like file roller uses 7-zip as its back-end tool to open zip files once I have it installed. But I didn't find any place this association is set up. Any suggestions?
    Last edited by cjohn124; February 6th, 2013 at 09:52 PM. Reason: update

  2. #2
    Join Date
    Nov 2012
    Beans
    14

    Re: unicode support from file roller?

    Anyone please help? Thanks.

  3. #3
    Join Date
    Jul 2007
    Location
    Poland
    Beans
    4,499
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: unicode support from file roller?

    zip is not really a unicode friendly format and afaik uses codepages. Older windows systems do that too, there are separate codepages for arabic, western, central/eastern european, hindi, far east languages and if you use the wrong one, you see garbage.
    if your question is answered, mark the thread as [SOLVED]. Thx.
    To post code or command output, use [code] tags.
    Check your bash script here // BashFAQ // BashPitfalls

  4. #4
    Join Date
    Nov 2012
    Beans
    14

    Re: unicode support from file roller?

    Sad news. But isn't there a cure?

  5. #5
    Join Date
    Nov 2012
    Beans
    14

    Re: unicode support from file roller?

    Answer from a Chinese forum:

    The file is GBK encoded, not UNICODE.

    But it could be extracted correctly in command line:
    unzip -O CP936 xxx.zip

    Still, I want to know if there is a way to view the zip file's content directly in the GUI of Archive Manager.
    Last edited by cjohn124; February 7th, 2013 at 07:19 PM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •