$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Damian Vicino (damian_at_[hidden])
Date: 2020-06-17 22:43:59
>
>
>
> Locale uses ICU directly, so there is an ICU dependency.
> Locale's (read: ICU's) collation is faster than Text's. Text is
> faster at everything else.
> Locale seems to be based around char and wchar_t. Text is fully generic.
>
>
>
> Can we use text to remove ICU dependency?