Skip to content

Fix cyrillic character encoding of filenames inside zip archives

License

Notifications You must be signed in to change notification settings

FS-make-simple/unzipru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Convert filenames inside ZIP archives from autodetected older Russian encodings (koi8-r, koi8-u, cp866, windows-1251) to UTF-8.

This tool does not touch the file contents, it just renames the files inside a ZIP archive.

Build and Install

test -f configure || autoreconf -iv
./configure
make install

Build Status

Usage

Usage: runzip [OPTIONS] <filename.zip>...
Where OPTIONS are:
  -h                 Display this help screen
  -n                 Dry run. Do not modify the <file.zip>
  -v                 Verbose output
  -s <encoding>      Set source encoding. Auto-detect, if not set
  -t <encoding>      Set target encoding. Default is UTF-8

About

Fix cyrillic character encoding of filenames inside zip archives

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 47.0%
  • Roff 40.5%
  • Shell 10.9%
  • Makefile 1.2%
  • M4 0.4%