ICU: Update to version 70.1
This commit is contained in:
parent
157cba3933
commit
44a241b241
173 changed files with 10272 additions and 8071 deletions
6
thirdparty/icu4c/common/ucnv_u32.cpp
vendored
6
thirdparty/icu4c/common/ucnv_u32.cpp
vendored
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue