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
Just curious, has there been work on this since then or any plans to add collation support to utf8proc? It would be great to have it, as right now using ICU is required to sort things correctly.
I'm investigating implementing the Unicode Collation Algorithm using utf8proc for normalization and character property information. I know different locales use different collation rules, but the standard supplies DUCET, the Default Unicode Collation Element Table which generally produces much more palatable results than something like a naive wcscmp(3). Would the y'all consider accepting a patch implementing a collation comparison function and adding DUCET data to the property tables?
The text was updated successfully, but these errors were encountered: