Metadata-Version: 2.1
Name: cvt2utf
Version: 1.3.2
Summary: A one-line command that converts source code files into UTF-8 or UTF-8-BOM.
Home-page: https://github.com/x1angli/cvt2utf
Author: x1ang.li
Author-email: cvt2utf@x1ang.li
License: MIT
Keywords: target_encoding UTF-8 UTF UTF8 GBK GB2312 Byte-Order-Mark BOM
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Internationalization
Classifier: Topic :: Text Editors
Classifier: Topic :: Text Processing :: General
Requires-Python: >=3
Requires-Dist: chardet


A lightweight tool that converts non-UTF-encoded (such as GB2312, BIG5 encoded) files to UTF-8 encoded files. 
It can also add or remove Byte-order-mark (BOM) in UTF-encoded files.


