ICU-10478 Android does not have nl_langinfo(codeset)

X-SVN-Rev: 35260
This commit is contained in:
Markus Scherer 2014-02-28 19:27:37 +00:00
parent 84f781e9fb
commit ede6e58597

View File

@ -1,7 +1,7 @@
/*
******************************************************************************
*
* Copyright (C) 1997-2013, International Business Machines
* Copyright (C) 1997-2014, International Business Machines
* Corporation and others. All Rights Reserved.
*
******************************************************************************
@ -85,7 +85,7 @@ typedef size_t uintptr_t;
#ifdef U_HAVE_NL_LANGINFO_CODESET
/* Use the predefined value. */
#elif U_PLATFORM_HAS_WIN32_API
#elif U_PLATFORM_HAS_WIN32_API || U_PLATFORM == U_PF_ANDROID
# define U_HAVE_NL_LANGINFO_CODESET 0
#else
# define U_HAVE_NL_LANGINFO_CODESET 1