summaryrefslogtreecommitdiff
path: root/system/icu/icu-60.2-always-use-utf8.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2024-08-12 00:13:03 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2024-11-19 00:56:58 -0600
commitdcb76489a5786f16f50eb1ae12598c9cb4607cf9 (patch)
treea0f6ef53caee56e59010f263ee37e08df5b74295 /system/icu/icu-60.2-always-use-utf8.patch
parent43e842ea9b26ad44c88000cc4d9bd6cf8473afca (diff)
downloadpackages-dcb76489a5786f16f50eb1ae12598c9cb4607cf9.tar.gz
packages-dcb76489a5786f16f50eb1ae12598c9cb4607cf9.tar.bz2
packages-dcb76489a5786f16f50eb1ae12598c9cb4607cf9.tar.xz
packages-dcb76489a5786f16f50eb1ae12598c9cb4607cf9.zip
system/icu: Correct Islamic calendar calculations
Upstream commit d43d216feb left an extra addition when refactoring overflow-checking maths, which caused some dates to be an erroneous year in the future from where they should have been.
Diffstat (limited to 'system/icu/icu-60.2-always-use-utf8.patch')
-rw-r--r--system/icu/icu-60.2-always-use-utf8.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/icu/icu-60.2-always-use-utf8.patch b/system/icu/icu-60.2-always-use-utf8.patch
index 773687174..801a907d0 100644
--- a/system/icu/icu-60.2-always-use-utf8.patch
+++ b/system/icu/icu-60.2-always-use-utf8.patch
@@ -1,7 +1,7 @@
--- 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
+@@ -606,7 +606,7 @@
+ U_PLATFORM == U_PF_EMSCRIPTEN
# define U_CHARSET_IS_UTF8 1
#else
-# define U_CHARSET_IS_UTF8 0