-
Notifications
You must be signed in to change notification settings - Fork 241
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I wonder if any customers would be interested in using libicu for Unicode data?
The Unicode tables we currently use are statically-linked in to libpcre2-8, and are moderately large. If the OS already had libicu installed, or the application is otherwise using it, it may be nice to share the data.
There is the chance this would incur a performance penalty, in which case, I suppose no-one will want it. libicu however does provide an (undocumented?) libicudata.so file containing all the data tables. It may be possible to read into those tables without a function call via the public interface.
The old static Unicode support would probably have to stay. So, this would only increase complexity for our project.
I wonder if this would be worth it.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request