/**
*******************************************************************************
-* Copyright (C) 2005 - 2010, International Business Machines Corporation and *
+* Copyright (C) 2005 - 2011, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
int confidence;
if (det.fRawLength >= 3 &&
- (input[0] & 0xFF) == 0xef && (input[1] & 0xFF) == 0xbb & (input[2] & 0xFF) == 0xbf) {
+ (input[0] & 0xFF) == 0xef && (input[1] & 0xFF) == 0xbb && (input[2] & 0xFF) == 0xbf) {
hasBOM = true;
}