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:
@ -18,9 +18,7 @@ contains the data types and algorithms necessary for working with regular
|
||||
expressions in a Unicode aware environment.
|
||||
|
||||
In order to use this header you will need the
|
||||
[@http://www.ibm.com/software/globalization/icu/ ICU library], and you will need
|
||||
to have built the Boost.Regex library with
|
||||
[link boost_regex.install.building_with_unicode_and_icu_su ICU support enabled].
|
||||
[@http://www.ibm.com/software/globalization/icu/ ICU library].
|
||||
|
||||
The header will enable you to:
|
||||
|
||||
@ -28,6 +26,9 @@ The header will enable you to:
|
||||
* Create regular expressions that support various Unicode data properties, including character classification.
|
||||
* Transparently search Unicode strings that are encoded as either UTF-8, UTF-16 or UTF-32.
|
||||
|
||||
CMake users should link to the `Boost::regex_icu` target in our CMakeLists.txt in order to have ICU dependencies
|
||||
taken care of when using this header.
|
||||
|
||||
[endsect]
|
||||
|
||||
[section:unicode_types Unicode regular expression types]
|
||||
|
Reference in New Issue
Block a user