|
From: Shane C. <sf...@go...> - 2019-09-19 17:26:37
|
Did you remember to download the data sources and populate the data
directory with them? This paragraph on the doc page:
You must have the data sources in order to use the ICU Data Build Tool.
Check for the file icu4c/source/data/locales/root.txt. If that file is
missing, you need to download "icu4c-*-data.zip" and replace the contents
of icu4c/source/data with the data directory from the zip file.
If you already did that step, let me know and I'll look closer.
On Thu, Sep 19, 2019, 8:03 AM Markus Scherer <mar...@gm...> wrote:
> 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
> _______________________________________________
> icu-support mailing list - icu...@li...
> To Un/Subscribe: https://lists.sourceforge.net/lists/listinfo/icu-support
> Archives/Project
> <https://lists.sourceforge.net/lists/listinfo/icu-supportArchives/Project>
> Info: http://site.icu-project.org/contacts
>
|