Skip to content

Consider use of libicu #862

@NWilson

Description

@NWilson

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions