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