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
I don't see it written anywhere in the readme or in the crate description that UniCase is just for case insensitivity in the ASCII space, and not using Unicode case-folding.
The text was updated successfully, but these errors were encountered:
I experienced the same issue. This should really be fixed, probably by renaming the package.
Writing it in the documentation doesn't help much when you glance over the dependency tree cargo prints.
I've been working on adding unicode case folding support. Something such as UniCase::new would support the full unicode range, and adding a UniCase::ascii which could use the faster ascii folding path.
I don't see it written anywhere in the readme or in the crate description that UniCase is just for case insensitivity in the ASCII space, and not using Unicode case-folding.
The text was updated successfully, but these errors were encountered: