chardet 3.0.4-4 source package in Ubuntu
Changelog
chardet (3.0.4-4) unstable; urgency=medium * Team upload. * Use debhelper-compat instead of debian/compat. * Bump Standards-Version to 4.4.0. * Fix FTBFS with Pytest 4. -- Ondřej Nový <email address hidden> Tue, 13 Aug 2019 11:30:29 +0200
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 |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
chardet_3.0.4-4.dsc | 2.3 KiB | 9165771a33c80782f837824276749645b29d1347e0e8fe79e6f0d0102fe7afa0 |
chardet_3.0.4.orig.tar.gz | 1.8 MiB | 84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae |
chardet_3.0.4-4.debian.tar.xz | 5.0 KiB | fc2b12d614b47a8e2449e4e8900259d6f79da72a180cad4ea0053e40186f44b5 |
Available diffs
- diff from 3.0.4-3 to 3.0.4-4 (1.2 KiB)
No changes file available.
Binary packages built by this source
- python-chardet: universal character encoding detector for Python2
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.
- 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.