An open API service indexing awesome lists of open source software.

https://github.com/kechako/zip4win

zip4win creats a zip archive with a file name that has been normalized in NFC.
https://github.com/kechako/zip4win

golang zip

Last synced: 5 months ago
JSON representation

zip4win creats a zip archive with a file name that has been normalized in NFC.

Awesome Lists containing this project

README

          

# Zip4win

zip4win creats a zip archive with a file name that has been normalized in NFC.

zip4win sets the UTF-8 flag to local file headers.

## Installation

```sh
$ go get -u github.com/kechako/zip4win/cmd/zip4win
```

## Usage

```sh
$ zip4win zipfile file ...
```