Python Character Mapping Codec for T61
Project description
For information about the codec see https://en.wikipedia.org/wiki/ITU_T.61
Installation
Installation follows the standard Python procedure:
pip install t61codec
The package uses Semantic Versioning 2.0 (https://semver.org/spec/v2.0.0.html).
Usage
The codec can be registered into Python’s codec registry. A helper method has been provided:
import t61codec t61codec.register()
Please see the notes on codecs.register!
After registering, the codec is available as either 't61' or 't.61':
>>> b'Hello T.61: \xe0'.decode('t.61') 'Hello T.61: Ω' >>> 'Hello T.61: Ω'.encode('t.61') b'Hello T.61: \xe0'
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
t61codec-1.0.0.post1.tar.gz
(5.7 kB
view details)
Built Distribution
File details
Details for the file t61codec-1.0.0.post1.tar.gz
.
File metadata
- Download URL: t61codec-1.0.0.post1.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.22.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1418fac5df2c7f472ef0ac059d6d3dbd883b2efbd5265843553e637061b8fea6
|
|
MD5 |
769dca7985e67b769d7431988da74683
|
|
BLAKE2b-256 |
7122bbc65df4cdb57824e0823f742e2250a6c9061cce3db2037fe5cf75b5f126
|
File details
Details for the file t61codec-1.0.0.post1-py2.py3-none-any.whl
.
File metadata
- Download URL: t61codec-1.0.0.post1-py2.py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.22.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
9f0b3c9593bd5ee5dd66a21920d2fa3328832b839e8f8c15d998ab9a304efce3
|
|
MD5 |
59b305b7bcb794fa3287d4c155aebf5e
|
|
BLAKE2b-256 |
fd8d57d4ddf26e93cbc97d0c9fcdd467d87bf5d02f4b03328279135b2f002fcc
|