chardet 3.0.4-ok1 source package in openKylin
Changelog
chardet (3.0.4-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
chardet (3.0.4-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | python |
File | Size | SHA-256 Checksum |
---|---|---|
chardet_3.0.4.orig.tar.gz | 1.8 MiB | 84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae |
chardet_3.0.4-ok1.debian.tar.xz | 3.2 KiB | da8e724d54acb751d978eca490e2cbe41e872331b4e79621ed59c722c5e8fdf9 |
chardet_3.0.4-ok1.dsc | 2.2 KiB | 27073e54b3bec897bc727c267fa3d08ead8779234206845bdd74d888b46566e1 |
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.
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.