其他分享
首页 > 其他分享> > Mac下unzip解压文件,中文乱码问题处理

Mac下unzip解压文件,中文乱码问题处理

作者:互联网

原文链接:https://blog.csdn.net/dawn_after_dark/article/details/83504421

原因

unzip不支持自定义指定源文件编码格式,而unar支持指定自定义编码格式。

步骤

安装Homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

安装unar

brew install unar

应用示例

unar -e GBK abc.zip

标签:unar,unzip,https,自定义,乱码,Mac,install,Homebrew
来源: https://blog.csdn.net/lglspace/article/details/100592424