mirror of
https://github.com/boostorg/regex.git
synced 2025-07-01 06:40:57 +02:00
@ -29,9 +29,10 @@
|
||||
<p>
|
||||
There are two ways to use Boost.Regex with Unicode strings:
|
||||
</p>
|
||||
<a name="boost_regex.unicode.rely_on_wchar_t"></a><h5>
|
||||
<a name="boost_regex.unicode.rely_on_wchar_t-heading"></a>
|
||||
<a class="link" href="unicode.html#boost_regex.unicode.rely_on_wchar_t">Rely on wchar_t</a>
|
||||
<h5>
|
||||
<a name="boost_regex.unicode.h0"></a>
|
||||
<span><a name="boost_regex.unicode.rely_on_wchar_t"></a></span><a class="link" href="unicode.html#boost_regex.unicode.rely_on_wchar_t">Rely
|
||||
on wchar_t</a>
|
||||
</h5>
|
||||
<p>
|
||||
If your platform's <code class="computeroutput"><span class="keyword">wchar_t</span></code> type
|
||||
@ -55,9 +56,9 @@
|
||||
it is not possible to search UTF-8, or even UTF-16 on many platforms.
|
||||
</li>
|
||||
</ul></div>
|
||||
<a name="boost_regex.unicode.use_a_unicode_aware_regular_expression_type_"></a><h5>
|
||||
<a name="boost_regex.unicode.use_a_unicode_aware_regular_expression_type_-heading"></a>
|
||||
<a class="link" href="unicode.html#boost_regex.unicode.use_a_unicode_aware_regular_expression_type_">Use
|
||||
<h5>
|
||||
<a name="boost_regex.unicode.h1"></a>
|
||||
<span><a name="boost_regex.unicode.use_a_unicode_aware_regular_expression_type_"></a></span><a class="link" href="unicode.html#boost_regex.unicode.use_a_unicode_aware_regular_expression_type_">Use
|
||||
a Unicode Aware Regular Expression Type.</a>
|
||||
</h5>
|
||||
<p>
|
||||
|
Reference in New Issue
Block a user