Skip to main content

Python Codec for ITU T.61 Strings

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

t61codec-2.0.0.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

t61codec-2.0.0-py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page