Skip to content
/ unzipgbk Public

Unzip GBK, BIG5 or SHIFT-JIS encoded zip file in UTF-8 environment

Notifications You must be signed in to change notification settings

meoow/unzipgbk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

unzipgbk

Unzip UTF-8, GBK, BIG5 or SHIFT-JIS encoded zip files in UTF-8 environment.

The codec of filename inside zip file are detected automatically, or you can use -c to give specific codec, but forcing wrong codec will fail to extract the file.

Reference to iconv --list to get a list of full supported codecs.

Install

go get github.com/meoow/unzipgbk

Usage

Usage: unzipgbk [options] zipfile ...

Options:
  -c="": Forcing codec instead of auto detecting

About

Unzip GBK, BIG5 or SHIFT-JIS encoded zip file in UTF-8 environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages