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
It would be nice to have support for Unicode normalization in the Poco::UTF8 class.
Poco::UTF8
This could be implemented with utf8proc.
utf8proc
The text was updated successfully, but these errors were encountered:
Note: We'll still need PCRE2 for Unicode support as utf8proc does not support some of the features (e.g., script, character classes).
Sorry, something went wrong.
feat(Foundation): Include utf8proc for enhanced Unicode support (#4710)
92e0649
Merge pull request #4715 from pocoproject/4710-utf8proc
d911539
Add UTF8String::normalize(), implemented with utf8proc (#4710)
obiltschnig
No branches or pull requests
It would be nice to have support for Unicode normalization in the
Poco::UTF8
class.This could be implemented with
utf8proc
.The text was updated successfully, but these errors were encountered: