chardet-whl 2.2.1-2~ubuntu1 source package in Ubuntu

Changelog

chardet-whl (2.2.1-2~ubuntu1) trusty-proposed; urgency=medium

  * SRU, update python3.4 for trusty. LP: #1433324.
  * Package version 2.2.1 as separate source, 2.0.1 is trusty is not
    ready for Python3.
  * Just build the python3-chardet and python-chardet-whl packages.
 -- Matthias Klose <email address hidden>   Sat, 26 Jul 2014 22:31:25 +0200

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 Pocket Published Component Section
Trusty updates universe python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
chardet-whl_2.2.1.orig.tar.gz 176.1 KiB f1964f73f5ee9b7e0309098b9512d587fbba6dd5d1f3797b1c95529e5241bf09
chardet-whl_2.2.1-2~ubuntu1.debian.tar.gz 4.7 KiB 221b2973820ed104fbd587bd0cb6e15410647ce95600af0c8c8d30387b423011
chardet-whl_2.2.1-2~ubuntu1.dsc 2.1 KiB 1360459416b402b45df25ff2f2e4832faa9aaff581094d13e2059b44dd620a4c

View changes file

Binary packages built by this source

python-chardet-whl: 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.
 .
 This package contains the universal wheel.

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.