Big5-UAO encoder/decoder in pure Python
Project description
Big5-UAO table in pure Python.
純 Python 的 UAO (Unicode-At-On) encoder/decoder。
Installation
pip install uao
Usage
from uao import register_uao register_uao() # register big5-uao as a builtin codecs print("无法被Big5編碼の字串♥".encode("big5-uao").decode("big5-uao"))
Or use the standalone Big5UAOCodec class:
from uao import Big5UAOCodec uao = Big5UAOCodec() print(uao.decode(uao.encode("无法被Big5編碼の字串♥")))
Changelog
- 0.1.1 (Jun 11, 2018)
- Fix: remove a print statement.
- 0.1.0 (Jun 11, 2018)
- First release.
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size uao-0.1.1-py3-none-any.whl (230.2 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size uao-0.1.1.tar.gz (228.9 kB) | File type Source | Python version None | Upload date | Hashes View |