ICU: Update to version 70.1
This commit is contained in:
parent
157cba3933
commit
44a241b241
173 changed files with 10272 additions and 8071 deletions
4
thirdparty/icu4c/common/usprep.cpp
vendored
4
thirdparty/icu4c/common/usprep.cpp
vendored
|
|
@ -282,8 +282,8 @@ loadData(UStringPrepProfile* profile,
|
|||
udata_close(dataMemory);
|
||||
return FALSE;
|
||||
}
|
||||
if( normUniVer < sprepUniVer && /* the Unicode version of SPREP file must be less than the Unicode Vesion of the normalization data */
|
||||
normUniVer < normCorrVer && /* the Unicode version of the NormalizationCorrections.txt file should be less than the Unicode Vesion of the normalization data */
|
||||
if( normUniVer < sprepUniVer && /* the Unicode version of SPREP file must be less than the Unicode Version of the normalization data */
|
||||
normUniVer < normCorrVer && /* the Unicode version of the NormalizationCorrections.txt file should be less than the Unicode Version of the normalization data */
|
||||
((profile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0) /* normalization turned on*/
|
||||
){
|
||||
*errorCode = U_INVALID_FORMAT_ERROR;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue