We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ICU has ucasemap_utf8FoldCase() https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/ucasemap_8h.html#a7a3a403ca36e0ff7a4e5ecf821f2583c
ucasemap_utf8FoldCase()
that I can add in str/stri_trans_casemap.cpp and make it available as stri_trans_casefold() in R
str/stri_trans_casemap.cpp
stri_trans_casefold()
The text was updated successfully, but these errors were encountered:
https://www.w3.org/TR/charmod-norm/#definitionCaseFolding
Sorry, something went wrong.
39ee749
No branches or pull requests
ICU has
ucasemap_utf8FoldCase()
https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/ucasemap_8h.html#a7a3a403ca36e0ff7a4e5ecf821f2583c
that I can add in
str/stri_trans_casemap.cpp
and make it available as
stri_trans_casefold()
in RThe text was updated successfully, but these errors were encountered: