@ -26,7 +26,7 @@ class CharsetRecog_UTF8 extends CharsetRecognizer {
boolean hasBOM = false;
int numValid = 0;
int numInvalid = 0;
byte input[] = det.fRawInput;
byte[] input = det.fRawInput;
int i;
int trailBytes = 0;
int confidence;