Update ICU to 75.1
This commit is contained in:
parent
557f63d037
commit
e74fea2864
129 changed files with 8033 additions and 7861 deletions
2
thirdparty/icu4c/common/usprep.cpp
vendored
2
thirdparty/icu4c/common/usprep.cpp
vendored
|
|
@ -228,7 +228,7 @@ loadData(UStringPrepProfile* profile,
|
|||
const char* type,
|
||||
UErrorCode* errorCode) {
|
||||
/* load Unicode SPREP data from file */
|
||||
UTrie _sprepTrie={ 0,0,0,0,0,0,0 };
|
||||
UTrie _sprepTrie = {nullptr, nullptr, nullptr, 0, 0, 0, 0};
|
||||
UDataMemory *dataMemory;
|
||||
const int32_t *p=nullptr;
|
||||
const uint8_t *pb;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue