diff options
Diffstat (limited to 'system/icu/icu-60.2-always-use-utf8.patch')
-rw-r--r-- | system/icu/icu-60.2-always-use-utf8.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/icu/icu-60.2-always-use-utf8.patch b/system/icu/icu-60.2-always-use-utf8.patch new file mode 100644 index 000000000..773687174 --- /dev/null +++ b/system/icu/icu-60.2-always-use-utf8.patch @@ -0,0 +1,11 @@ +--- source/common/unicode/platform.h 2017-10-25 13:41:15.000000000 -0500 ++++ source/common/unicode/platform.h 2018-04-04 02:07:28.851222016 -0500 +@@ -634,7 +634,7 @@ + #elif U_PLATFORM == U_PF_ANDROID || U_PLATFORM_IS_DARWIN_BASED + # define U_CHARSET_IS_UTF8 1 + #else +-# define U_CHARSET_IS_UTF8 0 ++# define U_CHARSET_IS_UTF8 1 + #endif + + /** @} */ |