You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[intl] Return false from Spoofchecker checks on ICU failure
isSuspicious(), areConfusable() and areBidiConfusable() warned on
U_FAILURE and then returned true, reporting an internal ICU failure as a
positive detection, and left the intl error code at U_ZERO_ERROR so a
caller could not tell the two apart. Record the code and return false,
matching setAllowedChars() and the skeleton helpers in the same file.
0 commit comments