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.2.0 (Feb 22, 2021)
Add: support python 3.7~3.9.
0.1.1 (Jun 11, 2018)
Fix: remove a print statement.
0.1.0 (Jun 11, 2018)
First release.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
uao-0.2.0.tar.gz
(229.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
uao-0.2.0-py3-none-any.whl
(229.8 kB
view details)
File details
Details for the file uao-0.2.0.tar.gz.
File metadata
- Download URL: uao-0.2.0.tar.gz
- Upload date:
- Size: 229.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/1.15.0 pkginfo/1.7.0 requests/2.25.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
acded40ed0848852c58c06c34126cec51d205a1f0cf93d3e37f9aac96cf4de85
|
|
| MD5 |
6f7e97ce026b8967f38b168c0bae7980
|
|
| BLAKE2b-256 |
fa060b8d4f55d0a28ea10b470b2238e08bcaf0e008eaecfdd5fb1c99f59652ac
|
File details
Details for the file uao-0.2.0-py3-none-any.whl.
File metadata
- Download URL: uao-0.2.0-py3-none-any.whl
- Upload date:
- Size: 229.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/1.15.0 pkginfo/1.7.0 requests/2.25.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
090c7dd9efa46367dda6a9f1e9719639cc12bfbeb46107363f0ee03d142dda80
|
|
| MD5 |
16c992aa4ce2f334c0fa98d5acb00b54
|
|
| BLAKE2b-256 |
b91b253bdc6c69bf2138807cdb865948a8801d9410f17554f0781f9e3fe71c67
|