nimayneb/ziparchive-base64

ZipArchive extended with support for UTF-8 encoded strings using base64.

Maintainers

Package info

github.com/nimayneb/ziparchive-base64

pkg:composer/nimayneb/ziparchive-base64

Statistics

Installs: 4 066

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.4.0 2018-10-26 06:57 UTC

README

Not all files can be packed by ZipArchive. The problem is always the name for file or path when it has special characters (from UTF-8). Unfortunately you fully lose your character encoding and you cannot convert them back.

The solution or workaround for this behaviour is the file name and path name encoding to base64.