scottcode / convert-encoding

Command line script to Convert file encodings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Encoding Converter

Command line utility for converting a text file of one standard encoding to another.

Installation

python setup.py install

Usage

Display help

convencode -h

Convert encoding in a file

convencode in_file_path in_encoding out_file_path out_encoding

For the encodings, use same kind of string you would use when using the python open() command: 'utf-8', 'utf-16', etc.

About

Command line script to Convert file encodings

License:MIT License


Languages

Language:Python 100.0%