public EscCharsetProber()
{
super();
this.codingSM = new CodingStateMachine[4];
this.codingSM[0] = new CodingStateMachine(hzsModel);
this.codingSM[1] = new CodingStateMachine(iso2022cnModel);
this.codingSM[2] = new CodingStateMachine(iso2022jpModel);
this.codingSM[3] = new CodingStateMachine(iso2022krModel);
reset();
}