mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
Update documentation for ICU usage.
Regenerate docs.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user