The solution of garbled problem after extracting files in the compressed package of Ubuntu

Source: Internet
Author: User



The tool used is the Lsar/unar tool provided by the Unarchiver project.
The Unarchiver Project home: http://code.google.com/p/theunarchiver/


Installation (12.04 and above):
Code:
sudo apt-get install Unar


12.04 below or want to compile the installation of friends please refer to:
viewtopic.php?f=35&t=353426


Use:
If you need to unzip the ZIP package is foo.zip
Code:
Lsar Foo.zip #列出全部文件


Assume that the file name listed is correct
Code:
Unar Foo.zip #解压全部文件


Assume that the file name listed is not yet
Code:
LSAR-E GB18030 Foo.zip #指定使用GB18030编码列出全部文件
UNAR-E GB18030 Foo.zip #指定使用GB18030解压全部文件


Note: GB18030 encoded file name zip file is generally produced by the Chinese Simplified version of Windows, for the traditional Chinese version of Windows generated by the zip file can try Big5-hkscs encoding, the common coding in other languages no longer repeat.

The general principle is to use Lsar to test out the correct coding, with Unar decompression.




References:
Http://manpages.ubuntu.com/manpages/pre ... sar.1.html
Http://manpages.ubuntu.com/manpages/pre ... nar.1.html

The solution of garbled problem after extracting files in the compressed package of Ubuntu

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.