Update ICU to 75.1

This commit is contained in:
bruvzg 2024-05-14 11:41:19 +03:00
parent 557f63d037
commit e74fea2864
No known key found for this signature in database
GPG key ID: 7960FCF39844EC38
129 changed files with 8033 additions and 7861 deletions

View file

@ -68,7 +68,7 @@ UnicodeString::trim()
// move string forward over leading white space
if(start > 0) {
doReplace(0, start, 0, 0, 0);
doReplace(0, start, nullptr, 0, 0);
}
return *this;