Skip to content
New issue

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

UTF8::normalize() #4710

Open
obiltschnig opened this issue Sep 25, 2024 · 1 comment
Open

UTF8::normalize() #4710

obiltschnig opened this issue Sep 25, 2024 · 1 comment

Comments

@obiltschnig
Copy link
Member

obiltschnig commented Sep 25, 2024

It would be nice to have support for Unicode normalization in the Poco::UTF8 class.

This could be implemented with utf8proc.

@obiltschnig
Copy link
Member Author

obiltschnig commented Sep 27, 2024

Note: We'll still need PCRE2 for Unicode support as utf8proc does not support some of the features (e.g., script, character classes).

obiltschnig added a commit that referenced this issue Sep 27, 2024
Add UTF8String::normalize(), implemented with utf8proc (#4710)
@obiltschnig obiltschnig changed the title Include utf8proc for enhanced Unicode support UTF8String::normalize() Sep 27, 2024
@obiltschnig obiltschnig changed the title UTF8String::normalize() UTF8::normalize() Sep 27, 2024
@obiltschnig obiltschnig added this to the Release 1.14.0 milestone Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

1 participant