Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 679674 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/common/unicode/platform.h
0
++ b/common/unicode/platform.h
Lines 632-638 namespace std { Link Here
632
#ifdef U_CHARSET_IS_UTF8
632
#ifdef U_CHARSET_IS_UTF8
633
    /* Use the predefined value. */
633
    /* Use the predefined value. */
634
#elif U_PLATFORM_IS_LINUX_BASED || U_PLATFORM_IS_DARWIN_BASED
634
#elif U_PLATFORM_IS_LINUX_BASED || U_PLATFORM_IS_DARWIN_BASED
635
#   define U_CHARSET_IS_UTF8 1
635
#   define U_CHARSET_IS_UTF8 0
636
#else
636
#else
637
#   define U_CHARSET_IS_UTF8 0
637
#   define U_CHARSET_IS_UTF8 0
638
#endif
638
#endif

Return to bug 679674