aboutsummaryrefslogtreecommitdiff
path: root/libs/icu/patches
diff options
context:
space:
mode:
authorHirokazu MORIKAWA <morikw2@gmail.com>2021-11-02 09:14:00 +0900
committerHirokazu MORIKAWA <morikw2@gmail.com>2021-11-02 09:14:00 +0900
commitaa5a0ccb7d91eb39634dce3caa2e1b4f7d0c361b (patch)
tree795e2f8f5c73f05a0788f2509c72d9e1515f7ddc /libs/icu/patches
parent63e277114030e6abfafc8d095279a8c6f91a1e40 (diff)
icu: bump to 70.1
ICU 70 released. It updates to Unicode 14, including new characters, scripts, emoji, and corresponding API constants. ICU 70 adds support for emoji properties of strings. It also updates to CLDR 40 locale data with many additions and corrections. ICU 70 also includes many other bug fixes and enhancements, especially for measurement unit formatting, and it can now be built and used with C++20 compilers. This change will require minor modifications in php7 and php8. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Diffstat (limited to 'libs/icu/patches')
-rw-r--r--libs/icu/patches/010-max_align_t.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/icu/patches/010-max_align_t.patch b/libs/icu/patches/010-max_align_t.patch
index 0a139b124..6ccb1d629 100644
--- a/libs/icu/patches/010-max_align_t.patch
+++ b/libs/icu/patches/010-max_align_t.patch
@@ -49,7 +49,7 @@
if (ut == NULL) {
--- a/tools/toolutil/toolutil.cpp
+++ b/tools/toolutil/toolutil.cpp
-@@ -242,7 +242,7 @@ struct UToolMemory {
+@@ -266,7 +266,7 @@ struct UToolMemory {
char name[64];
int32_t capacity, maxCapacity, size, idx;
void *array;