Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
gb2312prober.py
Go to the documentation of this file.
27
28from .chardistribution import GB2312DistributionAnalysis
29from .codingstatemachine import CodingStateMachine
30from .mbcharsetprober import MultiByteCharSetProber
31from .mbcssm import GB2312_SM_MODEL
32
33
35 def __init__(self) -> None:
36 super().__init__()
37 self.coding_sm = CodingStateMachine(GB2312_SM_MODEL)
39 self.resetreset()
40
41 @property
42 def charset_name(self) -> str:
43 return "GB2312"
44
45 @property
46 def language(self) -> str:
47 return "Chinese"
for i