Skip to content

iamnp/go-zip-unicode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-zip-unicode

GoLang library that allows to read Unicode file names in ZIP archives

Usage

unzipper, err := zip.NewReader(file, fileSize)
for _, f := range unzipper.File {
    correctFileName := zip_unicode_name.ParseUnicodeFileName(f)
}

About

GoLang library that allows to read Unicode file names in ZIP archives

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages