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] Record the ICU error code on Spoofchecker check failure
Spoofchecker::isSuspicious(), ::areConfusable() and ::areBidiConfusable()
warn on U_FAILURE but never store the code, so intl_get_error_code() still
reads U_ZERO_ERROR after a failed check. Record it so a caller can tell an
internal ICU failure from a real detection. The true return is unchanged.
ClosesGH-23520
0 commit comments