chardet 4.0.0-2 source package in Ubuntu
Changelog
chardet (4.0.0-2) unstable; urgency=medium * Use the new Debian Python Team contact name and address -- Sandro Tosi <email address hidden> Fri, 22 Apr 2022 15:14:29 -0400
Upload details
- Uploaded by:
- Piotr Ożarowski
- Uploaded to:
- Sid
- Original maintainer:
- Piotr Ożarowski
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
chardet_4.0.0-2.dsc | 2.1 KiB | f10f8c0aa5c1061ccfde3e649c69bd30d53c9143afd866a6782973cbc64b45d7 |
chardet_4.0.0.orig.tar.gz | 1.8 MiB | 0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa |
chardet_4.0.0-2.debian.tar.xz | 4.8 KiB | 87040d9630d72393134ff24dae50b2a4aeebec7f4e647a2dbe97dc8f9a795c20 |
Available diffs
- diff from 4.0.0-1 to 4.0.0-2 (500 bytes)
No changes file available.
Binary packages built by this source
- python3-chardet: universal character encoding detector for Python3
Chardet takes a sequence of bytes in an unknown character encoding, and
attempts to determine the encoding.
.
Supported encodings:
* ASCII, UTF-8, UTF-16 (2 variants), UTF-32 (4 variants)
* Big5, GB2312, EUC-TW, HZ-GB-2312, ISO-2022-CN (Traditional and Simplified
Chinese)
* EUC-JP, SHIFT_JIS, ISO-2022-JP (Japanese)
* EUC-KR, ISO-2022-KR (Korean)
* KOI8-R, MacCyrillic, IBM855, IBM866, ISO-8859-5, windows-1251 (Cyrillic)
* ISO-8859-2, windows-1250 (Hungarian)
* ISO-8859-5, windows-1251 (Bulgarian)
* windows-1252 (English)
* ISO-8859-7, windows-1253 (Greek)
* ISO-8859-8, windows-1255 (Visual and Logical Hebrew)
* TIS-620 (Thai)
.
This library is a port of the auto-detection code in Mozilla.
.
This package contains the Python 3 version of the library.