Metadata-Version: 2.1
Name: character-encoding-utils
Version: 0.0.0
Summary: Some character encoding utils.
Author: TakWolf
Maintainer: TakWolf
License: MIT License
Project-URL: homepage, https://github.com/TakWolf/character-encoding-utils
Project-URL: source, https://github.com/TakWolf/character-encoding-utils
Project-URL: issues, https://github.com/TakWolf/character-encoding-utils/issues
Keywords: encoding
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# Character Encoding Utils

[![PyPI](https://img.shields.io/pypi/v/character-encoding-utils)](https://pypi.org/project/character-encoding-utils/)

Some [character encoding](https://en.wikipedia.org/wiki/Character_encoding) utils.

Now support:

- [GB 2312](https://en.wikipedia.org/wiki/GB_2312)
- [Big5](https://en.wikipedia.org/wiki/Big5)
- [Shift JIS](https://en.wikipedia.org/wiki/Shift_JIS)
- [KS X 1001](https://en.wikipedia.org/wiki/KS_X_1001)

## Installation

```commandline
pip install character-encoding-utils
```

## Usage

TODO

## License

Under the [MIT license](LICENSE).
