ThirdParty/CharDet/chardet/mbcssm.py

changeset 12
1d8dd9706f46
parent 0
de9c2efb9d02
child 3537
7662053c3906
equal deleted inserted replaced
11:b0996e4a289e 12:1d8dd9706f46
23 # License along with this library; if not, write to the Free Software 23 # License along with this library; if not, write to the Free Software
24 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 24 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
25 # 02110-1301 USA 25 # 02110-1301 USA
26 ######################### END LICENSE BLOCK ######################### 26 ######################### END LICENSE BLOCK #########################
27 27
28 from constants import eStart, eError, eItsMe 28 from .constants import eStart, eError, eItsMe
29 29
30 # BIG5 30 # BIG5
31 31
32 BIG5_cls = ( \ 32 BIG5_cls = ( \
33 1,1,1,1,1,1,1,1, # 00 - 07 #allow 0x00 as legal value 33 1,1,1,1,1,1,1,1, # 00 - 07 #allow 0x00 as legal value

eric ide

mercurial