Update documentation for ICU usage.

Regenerate docs.
This commit is contained in:
jzmaddock
2021-10-10 16:41:19 +01:00
parent fc25325cd2
commit a99e2c3b2c
93 changed files with 233 additions and 155 deletions

View File

@ -29,10 +29,7 @@ characters, it is not possible to search UTF-8, or even UTF-16 on many platforms
If you have the
[@http://www.ibm.com/software/globalization/icu/ ICU library], then
Boost.Regex can be
[link boost_regex.install.building_with_unicode_and_icu_su
configured to make use
of it], and provide a distinct regular expression type (boost::u32regex),
Boost.Regex provides a distinct regular expression type (boost::u32regex),
that supports both Unicode specific character properties, and the searching
of text that is encoded in either UTF-8, UTF-16, or UTF-32. See:
[link boost_regex.ref.non_std_strings.icu