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