| Index: source/common/ucnvisci.c
 | 
| diff --git a/source/common/ucnvisci.c b/source/common/ucnvisci.c
 | 
| index 70b6477402b8ba08972cf811c7a4ff2711057db8..d34d088f10618485b13e6fcc10ca4b2a1fc54191 100644
 | 
| --- a/source/common/ucnvisci.c
 | 
| +++ b/source/common/ucnvisci.c
 | 
| @@ -1,6 +1,6 @@
 | 
|  /*
 | 
|  **********************************************************************
 | 
| -*   Copyright (C) 2000-2012, International Business Machines
 | 
| +*   Copyright (C) 2000-2015, International Business Machines
 | 
|  *   Corporation and others.  All Rights Reserved.
 | 
|  **********************************************************************
 | 
|  *   file name:  ucnvisci.c
 | 
| @@ -17,7 +17,7 @@
 | 
|  
 | 
|  #include "unicode/utypes.h"
 | 
|  
 | 
| -#if !UCONFIG_NO_CONVERSION && !UCONFIG_NO_LEGACY_CONVERSION && !UCONFIG_NO_NON_HTML5_CONVERSION
 | 
| +#if !UCONFIG_NO_CONVERSION && !UCONFIG_NO_LEGACY_CONVERSION && !UCONFIG_ONLY_HTML_CONVERSION
 | 
|  
 | 
|  #include "unicode/ucnv.h"
 | 
|  #include "unicode/ucnv_cb.h"
 | 
| 
 |