OpenQuizz
Une application de gestion des contenus pédagogiques
mbcssm.py File Reference

Namespaces

 chardet.mbcssm
 

Variables

tuple BIG5_CLS
 
tuple BIG5_ST
 
tuple BIG5_CHAR_LEN_TABLE = (0, 1, 1, 2, 0)
 
dictionary BIG5_SM_MODEL
 
tuple CP949_CLS
 
tuple CP949_ST
 
tuple CP949_CHAR_LEN_TABLE = (0, 1, 2, 0, 1, 1, 2, 2, 0, 2)
 
dictionary CP949_SM_MODEL
 
tuple EUCJP_CLS
 
tuple EUCJP_ST
 
tuple EUCJP_CHAR_LEN_TABLE = (2, 2, 2, 3, 1, 0)
 
dictionary EUCJP_SM_MODEL
 
tuple EUCKR_CLS
 
tuple EUCKR_ST
 
tuple EUCKR_CHAR_LEN_TABLE = (0, 1, 2, 0)
 
dictionary EUCKR_SM_MODEL
 
tuple EUCTW_CLS
 
tuple EUCTW_ST
 
tuple EUCTW_CHAR_LEN_TABLE = (0, 0, 1, 2, 2, 2, 3)
 
dictionary EUCTW_SM_MODEL
 
tuple GB2312_CLS
 
tuple GB2312_ST
 
tuple GB2312_CHAR_LEN_TABLE = (0, 1, 1, 1, 1, 1, 2)
 
dictionary GB2312_SM_MODEL
 
tuple SJIS_CLS
 
tuple SJIS_ST
 
tuple SJIS_CHAR_LEN_TABLE = (0, 1, 1, 2, 0, 0)
 
dictionary SJIS_SM_MODEL
 
tuple UCS2BE_CLS
 
tuple UCS2BE_ST
 
tuple UCS2BE_CHAR_LEN_TABLE = (2, 2, 2, 0, 2, 2)
 
dictionary UCS2BE_SM_MODEL
 
tuple UCS2LE_CLS
 
tuple UCS2LE_ST
 
tuple UCS2LE_CHAR_LEN_TABLE = (2, 2, 2, 2, 2, 2)
 
dictionary UCS2LE_SM_MODEL
 
tuple UTF8_CLS
 
tuple UTF8_ST
 
tuple UTF8_CHAR_LEN_TABLE = (0, 1, 0, 0, 0, 0, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6)
 
dictionary UTF8_SM_MODEL