python-mutf8 1.0.6-1 source package in Ubuntu

Changelog

python-mutf8 (1.0.6-1) unstable; urgency=medium

  * Initial upload (Closes: #1070772)

 -- Alexandre Detiste <email address hidden>  Wed, 08 May 2024 16:34:46 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
python-mutf8_1.0.6-1.dsc 2.1 KiB 723b95736ad1c77cfaa4f9ab71cedff35a50b6f00147352175de21c3dc8af3bb
python-mutf8_1.0.6.orig.tar.gz 9.3 KiB c7a86f00bc8d313b9ce184375c944bf5be771127283d82a8d2becf33cc84e1c7
python-mutf8_1.0.6-1.debian.tar.xz 2.0 KiB 2c9cb19f826978b6308ef0b565b0f1c25936625eb2cf556ab17b066cea2a5bc0

No changes file available.

Binary packages built by this source

python3-mutf8: encoders and decoders for the MUTF-8 character encoding

 This package contains simple pure-python as well as C encoders
 and decoders for the MUTF-8 character encoding.
 In most cases, it can also parse the even-rarer CESU-8.
 .
 These days, someone will most likely encounter MUTF-8
 when working on files or protocols related to the JVM.
 Strings in a Java .class file are encoded using MUTF-8,
 strings passed by the JNI,
 as well as strings exported by the object serializer.
 .
 This library was extracted from Lawu,
 a Python library for working with JVM class files.

python3-mutf8-dbgsym: debug symbols for python3-mutf8