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
This is the more modern spelling.
This also changes the code so that 0 is always explicitly returned if
the SV is zero length. Previously it would only do this if the SV was
marked as being in UTF-8. If it wasn't, it would return the first byte
in the PV. That should also always be a NUL or 0, but now it is
explicit.
0 commit comments