+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/********************************************************************
* COPYRIGHT:
- * Copyright (c) 1999-2006, International Business Machines Corporation and
+ * Copyright (c) 1999-2013, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
#include "unicode/utypes.h"
* I could not find such "updates" for codepages 1362 and 1363 - we might want to supply them later.
*/
-char convertersToCheck[][15] = {
+static const char convertersToCheck[][15] = {
"cp1250",
"cp1251",
"cp1252",
target,
targetSize,
&err);
+ (void)euroBackSize; /* Suppress set but not used warning. */
if (U_FAILURE(err))
{
log_err("Failure Occured in ucnv_toUChars euro roundtrip test\n");