chardet 2.3.0-2 source package in Ubuntu
Changelog
chardet (2.3.0-2) unstable; urgency=medium * debian/control - Remove python-chardet-whl as it's no longer necessary. - Remove python3-wheel from Build-Depends. - Update Vcs fields for git migration. - Use secure URI for Vcs-Git. - Bump Standards-Version to 3.9.7 (no changes needed). * debian/copyright - Update copyright years. * debian/rules - Don't build the wheel package. * debian/watch - Use pypi.debian.net redirector. -- Daniele Tricoli <email address hidden> Wed, 10 Feb 2016 02:08:56 +0100
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 | |
---|---|---|---|---|
Xenial | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
chardet_2.3.0-2.dsc | 2.1 KiB | eb3904089677ebf179732e521bab83a6b9935922b9d31a3a4095cb6064d85546 |
chardet_2.3.0.orig.tar.gz | 160.5 KiB | e53e38b3a4afe6d1132de62b7400a4ac363452dc5dfcf8d88e8e0cce663c68aa |
chardet_2.3.0-2.debian.tar.xz | 3.9 KiB | c022922ec24a233292f2d4de27eab57dc8d19db8a999af5d456fd199a36b159b |
Available diffs
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.