646566676869707172
//////////////////////////////////////////////////////////////// public EUCKRProber() { super(); this.codingSM = new CodingStateMachine(smModel); this.distributionAnalyzer = new EUCKRDistributionAnalysis(); this.lastChar = new byte[2]; reset(); }