/*
******************************************************************************
- * Copyright (C) 1998-2003, International Business Machines Corporation and *
+ * © 2016 and later: Unicode, Inc. and others. *
+ * License & terms of use: http://www.unicode.org/copyright.html#License *
+ ******************************************************************************
+ ******************************************************************************
+ * Copyright (C) 1998-2005, International Business Machines Corporation and *
* others. All Rights Reserved. *
******************************************************************************
*/
char *byteBuffer;
char startBytes[4] = {'\xA5', '\xA5', '\xA5', '\xA5'};
char errorMessage[128];
- char *cp = "";
+ const char *cp = "";
int32_t signatureLength = 0;
f = fopen(fileName, "rb");