GSM 03.38 codec
Project description
Python Codec for 3GPP TS 23.038 / ETSI GSM 03.38
Examples
Decode GSM 03.38 encoded bytes:
>>> import gsm0338 >>> b'\x1b(\x1b)'.decode('gsm03.38') u'{}'
Encode bytes in GSM 03.38:
>>> import gsm0338 >>> u'{}'.encode('gsm03.38') b'\x1b(\x1b)'
How it works
The codec implements the encoding and decoding methods in the stateless codecs.Codec class. With loading the module the codec get’s automatically registered.
Mapping source
3GPP TS 23.038 version 13.0.0 Release 13
3GPP TS 23.038 Rel-13: Alphabets and language-specific information http://www.3gpp.org/dynareport/23038.htm
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
gsm0338-1.0.0.tar.gz
(7.6 kB
view details)
Built Distribution
File details
Details for the file gsm0338-1.0.0.tar.gz
.
File metadata
- Download URL: gsm0338-1.0.0.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16838098bd548dda5655aadb3203426089037d59e30f213ff79294648b32ef73 |
|
MD5 | d03c7068cf2b4a6a2e330d30d03e6443 |
|
BLAKE2b-256 | 8013750bd04252654167876d467df353657a8cd2c49387bfc918f4f7a1893c68 |
File details
Details for the file gsm0338-1.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: gsm0338-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e006741280fc569c5e9ef12057ec20fa4a2434b8a96f587ec16f1a2771c792f7 |
|
MD5 | 1915a4ab5c38f4fa409d9185c4385e04 |
|
BLAKE2b-256 | 2e7d88c13ec66a5e7d0ebfb2b9f459c23103549e76de7f83d591ef348275e611 |