Convert encoding of given file from one encoding to another.
Project description
Convert encoding of given file from one encoding to another.
Install
pip install transencoding
Usage
E:\transencoding>python transencoding.py --help Usage: transencoding.py [OPTIONS] [INPUT] Options: -f, --from-code TEXT Encoding of original text [required] -t, --to-code TEXT encoding for output [required] -o, --output TEXT output file --help Show this message and exit.
Example
将utf8.txt中的utf8编码的文本转化为gbk编码,并保存到gbk.txt文件中。
E:\transencoding>python transencoding.py -f utf8 -t gbk utf8.txt > gbk.txt
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
transencoding-0.1.0.tar.gz
(2.2 kB
view details)
File details
Details for the file transencoding-0.1.0.tar.gz
.
File metadata
- Download URL: transencoding-0.1.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d2967bef01ce5c0ac5215408f21f46e680dd60c211d6d710bfc578f7d367490 |
|
MD5 | 507433e8187148e05bdb102a10a703f1 |
|
BLAKE2b-256 | 030b8a4f9994f94b3746e6e481b418ee0a3ac72773c859fdfb191cf4b3e16eeb |