/**
*******************************************************************************
-* Copyright (C) 2005 - 2013, International Business Machines Corporation and *
+* Copyright (C) 2005 - 2014, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
trailBytes = 3;
} else {
numInvalid++;
- if (numInvalid > 5) {
- break;
- }
- trailBytes = 0;
+ continue;
}
// Verify that we've got the right number of trail bytes in the sequence
break;
}
}
-
}
// Cook up some sort of confidence score, based on presense of a BOM