Skip to content

Instantly share code, notes, and snippets.

@binshengliu
Last active July 18, 2021 05:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save binshengliu/52ce9abff45197a50745af6386cad91e to your computer and use it in GitHub Desktop.
Save binshengliu/52ce9abff45197a50745af6386cad91e to your computer and use it in GitHub Desktop.
Unzip files with Chinese characters
# https://unix.stackexchange.com/a/501546/215915
env LC_ALL=zh_CN.GB2312 7z x file.zip
convmv -f zh_CN.GB2312 -t UTF8 -r .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment