|
From: Markus S. <mar...@gm...> - 2019-09-19 15:02:39
|
Hi Richard,
On Thu, Sep 19, 2019 at 4:20 AM Richard Ash via icu-support <
icu...@li...> wrote:
> I use the ICU library to add Regular Expression support to the SQLite
> database in an embedded system. The database strings only contain
> characters from the ASCII charset. As such, we are shipping a lot of
> ICU data which is never used by the code.
>
I will ask Shane to look at your config, but if you only need regex with
the more common Unicode properties (e.g., not using \N{character name}),
the data for those is baked into the "common" library, so you may be able
to just use the stubdata library and no .dat file at all.
Best regards,
markus
|