chardet 5.2.0+dfsg-1 source package in Ubuntu
Changelog
chardet (5.2.0+dfsg-1) unstable; urgency=medium * New upstream release -- Piotr Ożarowski <email address hidden> Sun, 20 Aug 2023 14:12:03 +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 | |
---|---|---|---|---|
Plucky | release | main | python | |
Oracular | release | main | python | |
Noble | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
chardet_5.2.0+dfsg-1.dsc | 2.3 KiB | f96d769e62b31465ca3866a98d0f77eaf1fc2172b0637bf59f52c71c37f578e9 |
chardet_5.2.0+dfsg.orig.tar.gz | 1.9 MiB | beb7831f773db4471c71f3b0b528289a6b0f7f71a446f5e2402a592a5358bd28 |
chardet_5.2.0+dfsg-1.debian.tar.xz | 7.2 KiB | 48b111608972abe03757c348898881c64d24d9312157eb3f8cc17538dff25b7a |
Available diffs
- diff from 5.1.0+dfsg-2 to 5.2.0+dfsg-1 (603 bytes)
No changes file available.
Binary packages built by this source
- python-chardet-doc: Universal Character Encoding Detector (Documentation)
Chardet is a continuation of Mark Pilgrim's excellent original chardet port
from C, and Ian Cordasco's charade Python 3-compatible fork.
Chardet takes a sequence of bytes in an unknown character encoding, and
attempts to determine the encoding.
.
Supported encodings:
* Big5, GB2312/GB18030, EUC-TW, HZ-GB-2312, and ISO-2022-CN (Traditional
and Simplified Chinese)
* EUC-JP, SHIFT_JIS, and ISO-2022-JP (Japanese)
* EUC-KR and ISO-2022-KR (Korean)
* KOI8-R, MacCyrillic, IBM855, IBM866, ISO-8859-5, and windows-1251 (Russian)
* ISO-8859-2 and windows-1250 (Hungarian)
* ISO-8859-5 and windows-1251 (Bulgarian)
* ISO-8859-1 and windows-1252 (Western European languages)
* ISO-8859-7 and windows-1253 (Greek)
* ISO-8859-8 and windows-1255 (Visual and Logical Hebrew)
* TIS-620 (Thai)
* UTF-32 BE, LE, 3412-ordered, or 2143-ordered (with a BOM)
* UTF-16 BE or LE (with a BOM)
* UTF-8 (with or without a BOM)
* ASCII
.
This library is a port of the auto-detection code in Mozilla.
.
This package contains the documentation of the library.
- python3-chardet: Universal Character Encoding Detector (Python3)
Chardet is a continuation of Mark Pilgrim's excellent original chardet port
from C, and Ian Cordasco's charade Python 3-compatible fork.
Chardet takes a sequence of bytes in an unknown character encoding, and
attempts to determine the encoding.
.
Supported encodings:
* Big5, GB2312/GB18030, EUC-TW, HZ-GB-2312, and ISO-2022-CN (Traditional
and Simplified Chinese)
* EUC-JP, SHIFT_JIS, and ISO-2022-JP (Japanese)
* EUC-KR and ISO-2022-KR (Korean)
* KOI8-R, MacCyrillic, IBM855, IBM866, ISO-8859-5, and windows-1251 (Russian)
* ISO-8859-2 and windows-1250 (Hungarian)
* ISO-8859-5 and windows-1251 (Bulgarian)
* ISO-8859-1 and windows-1252 (Western European languages)
* ISO-8859-7 and windows-1253 (Greek)
* ISO-8859-8 and windows-1255 (Visual and Logical Hebrew)
* TIS-620 (Thai)
* UTF-32 BE, LE, 3412-ordered, or 2143-ordered (with a BOM)
* UTF-16 BE or LE (with a BOM)
* UTF-8 (with or without a BOM)
* ASCII
.
This library is a port of the auto-detection code in Mozilla.
.
This package contains the Python 3 version of the library.