| Index: source/io/ufmt_cmn.c
|
| diff --git a/source/io/ufmt_cmn.c b/source/io/ufmt_cmn.c
|
| index e4e09033911bfe1947c895909ff5d074a58242ea..90eaf8b7919b6bd093dfc8a3db1c30a3603490b8 100644
|
| --- a/source/io/ufmt_cmn.c
|
| +++ b/source/io/ufmt_cmn.c
|
| @@ -1,7 +1,7 @@
|
| /*
|
| ******************************************************************************
|
| *
|
| -* Copyright (C) 1998-2006, International Business Machines
|
| +* Copyright (C) 1998-2014, International Business Machines
|
| * Corporation and others. All Rights Reserved.
|
| *
|
| ******************************************************************************
|
| @@ -25,6 +25,9 @@
|
| #include "unicode/ucnv.h"
|
| #include "ustr_cnv.h"
|
|
|
| +#if !UCONFIG_NO_CONVERSION
|
| +
|
| +
|
| #define DIGIT_0 0x0030
|
| #define DIGIT_9 0x0039
|
| #define LOWERCASE_A 0x0061
|
| @@ -251,3 +254,4 @@ ufmt_defaultCPToUnicode(const char *s, int32_t sSize,
|
| }
|
|
|
|
|
| +#endif
|
|
|