zip_unicode_name

package module
v0.0.0-...-9db2f5c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

README

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)
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseUnicodeFileName

func ParseUnicodeFileName(f *zip.File) string

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL