mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
Bug: https://bugs.gentoo.org/679674 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
13 lines
477 B
Diff
13 lines
477 B
Diff
diff -ruN a/common/unicode/platform.h b/common/unicode/platform.h
|
|
--- a/common/unicode/platform.h 2020-10-28 23:21:12.000000000 +0200
|
|
+++ b/common/unicode/platform.h 2020-11-28 20:48:53.223629867 +0200
|
|
@@ -649,7 +649,7 @@
|
|
/* Use the predefined value. */
|
|
#elif U_PLATFORM_IS_LINUX_BASED || U_PLATFORM_IS_DARWIN_BASED || \
|
|
U_PLATFORM == U_PF_EMSCRIPTEN
|
|
-# define U_CHARSET_IS_UTF8 1
|
|
+# define U_CHARSET_IS_UTF8 0
|
|
#else
|
|
# define U_CHARSET_IS_UTF8 0
|
|
#endif
|