support iconv

Signed-off-by: 罗博明 <luoboming@huawei.com>
This commit is contained in:
罗博明 2024-02-29 07:12:58 +00:00 committed by Gitee
parent 72ff2cf5c6
commit 4d37bd5c07
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 1 additions and 11 deletions

View File

@ -100,15 +100,7 @@
* Defaults to 0 for backward compatibility, except inside ICU. * Defaults to 0 for backward compatibility, except inside ICU.
* @stable ICU 49 * @stable ICU 49
*/ */
#ifdef U_NO_DEFAULT_INCLUDE_UTF_HEADERS #define U_NO_DEFAULT_INCLUDE_UTF_HEADERS 0
/* Use the predefined value. */
#elif defined(U_COMBINED_IMPLEMENTATION) || defined(U_COMMON_IMPLEMENTATION) || defined(U_I18N_IMPLEMENTATION) || \
defined(U_IO_IMPLEMENTATION) || defined(U_LAYOUT_IMPLEMENTATION) || defined(U_LAYOUTEX_IMPLEMENTATION) || \
defined(U_TOOLUTIL_IMPLEMENTATION)
# define U_NO_DEFAULT_INCLUDE_UTF_HEADERS 1
#else
# define U_NO_DEFAULT_INCLUDE_UTF_HEADERS 0
#endif
/** /**
* \def U_OVERRIDE_CXX_ALLOCATION * \def U_OVERRIDE_CXX_ALLOCATION

View File

@ -482,6 +482,4 @@ typedef int32_t UChar32;
*/ */
#define U_SENTINEL (-1) #define U_SENTINEL (-1)
#include "unicode/urename.h"
#endif #endif