# Source: chardet # Package: python3-chardet # Versions: python3-chardet (5.1.0+dfsg-1), python3-chardet (5.1.0+dfsg-2), python3-chardet (5.2.0+dfsg-1), python3-chardet (5.2.0+dfsg-2) # This Description is active # This Description is owned # Prioritize: 47 Description: 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. Description-fr: détecteur universel d'encodage de caractères – Python3 Chardset est une continuation de l’excellent portage original de Mark Pilgrim à partir du C et du fourchage de charade compatible avec Python 3 d’Ian Cordasco. Chardet prend une séquence d’octets d’un encodage de caractères inconnu et tente de déterminer l'encodage en analysant une séquence d'octets. . Les encodages gérés sont : – Big5, GB2312/GB18030, EUC-TW, HZ-GB-2312, and ISO-2022-CN (chinois traditionnel et simplifié) ; – EUC-JP, SHIFT_JIS, and ISO-2022-JP (japonais) ; – EUC-KR and ISO-2022-KR (coréen) ; – KOI8-R, MacCyrillic, IBM855, IBM866, ISO-8859-5 et windows-1251 (russe) ; – ISO-8859-2 and windows-1250 (hongrois) ; – ISO-8859-5 and windows-1251 (bulgare) ; – ISO-8859-1 and windows-1252 (langues d’Europe de l’ouest) ; – ISO-8859-7 and windows-1253 (grec) ; – ISO-8859-8 and windows-1255 (hébreu « visual » et « logical ») ; – TIS-620 (thaï) ; – UTF-32 BE, LE, 3412-ordonné ou 2143-ordonné (sans indicateur d’ordre) ; – UTF-16 BE ou LE (avec indicateur d’ordre) ; – UTF-8 (avec ou sans indicateur d’ordre). – ASCII. . Cette bibliothèque est un portage du code d'auto-détection de Mozilla. . Ce paquet fournit la version Python 3 de la bibliothèque. # other Descriptions of the python3-chardet package with a translation in fr: # # Description-id: 219374 https://ddtp.debian.org/ddt.cgi?desc_id=219374 # patch https://ddtp.debian.org/ddt.cgi?diff1=219374&diff2=295691&language=fr # This Description was in bookworm from 2021-08-18 to 2022-12-29; # This Description was in bullseye from 2020-03-03 to 2024-09-02; # This Description was in jessie from 2014-02-27 to 2018-06-26; # This Description was in sid from 2014-02-21 to 2022-12-15; # This Description was in stretch from 2015-05-03 to 2020-07-21; # This Description was in buster from 2017-07-28 to 2022-09-13; #