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 addresses seanmonstar#76
which reports that there is an inconsistency between
`UniCase::new()` and `UniCase::from()`
for ASCII strings where the latter doesn't check for encoding.
This addresses #76
which reports that there is an inconsistency between
`UniCase::new()` and `UniCase::from()`
for ASCII strings where the latter doesn't check for encoding.
The following test fails since the
from
implementation doesn't check for ASCII vs Unicode encoding, and always maps to unicode even for ASCII strings.The text was updated successfully, but these errors were encountered: