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
On Windows, the higher characters of a UTF-8 sequence would get converted to a large negative int before being passed to isalnum(). This would fail a sanity check ("undefined behaviour"), causing an assert violation. First casting to unsigned char fixes this.
0 commit comments