ICU: Update to version 70.1

This commit is contained in:
bruvzg 2021-10-28 09:15:28 +03:00
parent 157cba3933
commit 44a241b241
173 changed files with 10272 additions and 8071 deletions

View file

@ -488,7 +488,7 @@ static const UConverterImpl _UTF32BEImpl = {
NULL
};
/* The 1232 CCSID refers to any version of Unicode with any endianess of UTF-32 */
/* The 1232 CCSID refers to any version of Unicode with any endianness of UTF-32 */
static const UConverterStaticData _UTF32BEStaticData = {
sizeof(UConverterStaticData),
"UTF-32BE",
@ -983,7 +983,7 @@ static const UConverterImpl _UTF32LEImpl = {
NULL
};
/* The 1232 CCSID refers to any version of Unicode with any endianess of UTF-32 */
/* The 1232 CCSID refers to any version of Unicode with any endianness of UTF-32 */
static const UConverterStaticData _UTF32LEStaticData = {
sizeof(UConverterStaticData),
"UTF-32LE",
@ -1230,7 +1230,7 @@ static const UConverterImpl _UTF32Impl = {
NULL
};
/* The 1236 CCSID refers to any version of Unicode with a BOM sensitive endianess of UTF-32 */
/* The 1236 CCSID refers to any version of Unicode with a BOM sensitive endianness of UTF-32 */
static const UConverterStaticData _UTF32StaticData = {
sizeof(UConverterStaticData),
"UTF-32",