OpenQuizz
Une application de gestion des contenus pédagogiques
|
Functions | |
def | detect (byte_str) |
def | detect_all (byte_str) |
def chardet.detect | ( | byte_str | ) |
Detect the encoding of the given byte string. :param byte_str: The byte sequence to examine. :type byte_str: ``bytes`` or ``bytearray``
def chardet.detect_all | ( | byte_str | ) |
Detect all the possible encodings of the given byte string. :param byte_str: The byte sequence to examine. :type byte_str: ``bytes`` or ``bytearray``