Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
cp949prober.py
Go to the documentation of this file.
27
28from .chardistribution import EUCKRDistributionAnalysis
29from .codingstatemachine import CodingStateMachine
30from .mbcharsetprober import MultiByteCharSetProber
31from .mbcssm import CP949_SM_MODEL
32
33
35 def __init__(self) -> None:
36 super().__init__()
37 self.coding_sm = CodingStateMachine(CP949_SM_MODEL)
38 # NOTE: CP949 is a superset of EUC-KR, so the distribution should be
39 # not different.
41 self.resetreset()
42
43 @property
44 def charset_name(self) -> str:
45 return "CP949"
46
47 @property
48 def language(self) -> str:
49 return "Korean"
for i