Giter Site home page Giter Site logo

fs-make-simple / unzipru Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vlm/zip-fix-filename-encoding

0.0 2.0 0.0 476 KB

Fix cyrillic character encoding of filenames inside zip archives

License: BSD 2-Clause "Simplified" License

Makefile 1.17% M4 0.36% Shell 10.87% C 47.06% Roff 40.54%
zip cyrillic rename

unzipru's Introduction

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
  -w                 Make archive readable on Windows (reverse operation)
                     NOTE: -w implies -t cp866 (Yes! MS-DOS!)

unzipru's People

Contributors

vlm avatar

Watchers

James Cloos avatar звездочёт avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.