}
if (this.probers[1] == null) {
this.probers[1] = new SBCSGroupProber();
}
if (this.probers[2] == null) {
this.probers[2] = new Latin1Prober();
}
}
} else {
if (this.inputState == InputState.PURE_ASCII &&
(c == 0x1B || (c == 0x7B && this.lastChar == 0x7E))) {