chardet 2.0.1-2build2 source package in Ubuntu
Changelog
chardet (2.0.1-2build2) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose <email address hidden> Sun, 23 Feb 2014 13:46:23 +0000
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Trusty
- Original maintainer:
- Piotr Ożarowski
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
chardet_2.0.1.orig.tar.gz | 173.6 KiB | 56fa0c37189b0a5f082d064dec59d69a044aaa3eeb7acb9b3081e2ba306deaa4 |
chardet_2.0.1-2build2.debian.tar.gz | 5.1 KiB | 6549458275e662d8809e6ffea4db448e3ff06337dbd8c30a92a7b96c3038ff79 |
chardet_2.0.1-2build2.dsc | 1.3 KiB | 944ab18c7bf26ac330c69bcf29b7f5f52bd4ad4ac7bff534635aad958125106b |
Available diffs
- diff from 2.0.1-2build1 to 2.0.1-2build2 (331 bytes)
Binary packages built by this source
- python-chardet: universal character encoding detector
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.