forked from boostorg/regex
Add checked constructors to the Unicode iterators that need them.
Update icu support code to use the new checking-constructors. Update tests to check the full Unicode character range (as of Unicode V6). Add minimal docs describing the iterators. [SVN r73271]
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Localization</title>
|
||||
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
||||
<link rel="home" href="../../index.html" title="Boost.Regex">
|
||||
<link rel="up" href="../background_information.html" title="Background Information">
|
||||
<link rel="prev" href="headers.html" title="Headers">
|
||||
@ -22,7 +22,7 @@
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="headers.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../background_information.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="thread_safety.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<div class="section" lang="en">
|
||||
<div class="section">
|
||||
<div class="titlepage"><div><div><h3 class="title">
|
||||
<a name="boost_regex.background_information.locale"></a><a class="link" href="locale.html" title="Localization">Localization</a>
|
||||
</h3></div></div></div>
|
||||
@ -58,7 +58,7 @@
|
||||
There are three separate localization mechanisms supported by Boost.Regex:
|
||||
</p>
|
||||
<a name="boost_regex.background_information.locale.win32_localization_model_"></a><h5>
|
||||
<a name="id1144995"></a>
|
||||
<a name="boost_regex.background_information.locale.win32_localization_model_-heading"></a>
|
||||
<a class="link" href="locale.html#boost_regex.background_information.locale.win32_localization_model_">Win32
|
||||
localization model.</a>
|
||||
</h5>
|
||||
@ -90,7 +90,7 @@
|
||||
are treated as "unknown" graphic characters.
|
||||
</p>
|
||||
<a name="boost_regex.background_information.locale.c_localization_model_"></a><h5>
|
||||
<a name="id1145150"></a>
|
||||
<a name="boost_regex.background_information.locale.c_localization_model_-heading"></a>
|
||||
<a class="link" href="locale.html#boost_regex.background_information.locale.c_localization_model_">C
|
||||
localization model.</a>
|
||||
</h5>
|
||||
@ -114,7 +114,7 @@
|
||||
libraries including version 1 of this library.
|
||||
</p>
|
||||
<a name="boost_regex.background_information.locale.c___localization_model_"></a><h5>
|
||||
<a name="id1145218"></a>
|
||||
<a name="boost_regex.background_information.locale.c___localization_model_-heading"></a>
|
||||
<a class="link" href="locale.html#boost_regex.background_information.locale.c___localization_model_">C++
|
||||
localization model.</a>
|
||||
</h5>
|
||||
@ -151,7 +151,7 @@
|
||||
in your code. The best way to ensure this is to add the #define to <code class="computeroutput"><span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">regex</span><span class="special">/</span><span class="identifier">user</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span></code>.
|
||||
</p>
|
||||
<a name="boost_regex.background_information.locale.providing_a_message_catalogue"></a><h5>
|
||||
<a name="id1146723"></a>
|
||||
<a name="boost_regex.background_information.locale.providing_a_message_catalogue-heading"></a>
|
||||
<a class="link" href="locale.html#boost_regex.background_information.locale.providing_a_message_catalogue">Providing
|
||||
a message catalogue</a>
|
||||
</h5>
|
||||
@ -1303,9 +1303,6 @@
|
||||
"Unmatched \{"
|
||||
</p>
|
||||
</td>
|
||||
<td class="auto-generated"> </td>
|
||||
<td class="auto-generated"> </td>
|
||||
<td class="auto-generated"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
@ -1323,9 +1320,6 @@
|
||||
"Invalid content of \{\}"
|
||||
</p>
|
||||
</td>
|
||||
<td class="auto-generated"> </td>
|
||||
<td class="auto-generated"> </td>
|
||||
<td class="auto-generated"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
@ -1343,9 +1337,6 @@
|
||||
"Invalid range end"
|
||||
</p>
|
||||
</td>
|
||||
<td class="auto-generated"> </td>
|
||||
<td class="auto-generated"> </td>
|
||||
<td class="auto-generated"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
@ -1363,9 +1354,6 @@
|
||||
"Memory exhausted"
|
||||
</p>
|
||||
</td>
|
||||
<td class="auto-generated"> </td>
|
||||
<td class="auto-generated"> </td>
|
||||
<td class="auto-generated"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
@ -1383,9 +1371,6 @@
|
||||
"Invalid preceding regular expression"
|
||||
</p>
|
||||
</td>
|
||||
<td class="auto-generated"> </td>
|
||||
<td class="auto-generated"> </td>
|
||||
<td class="auto-generated"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
@ -1403,9 +1388,6 @@
|
||||
"Premature end of regular expression"
|
||||
</p>
|
||||
</td>
|
||||
<td class="auto-generated"> </td>
|
||||
<td class="auto-generated"> </td>
|
||||
<td class="auto-generated"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
@ -1423,9 +1405,6 @@
|
||||
"Regular expression too big"
|
||||
</p>
|
||||
</td>
|
||||
<td class="auto-generated"> </td>
|
||||
<td class="auto-generated"> </td>
|
||||
<td class="auto-generated"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
@ -1443,9 +1422,6 @@
|
||||
"Unmatched ) or \)"
|
||||
</p>
|
||||
</td>
|
||||
<td class="auto-generated"> </td>
|
||||
<td class="auto-generated"> </td>
|
||||
<td class="auto-generated"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
@ -1463,9 +1439,6 @@
|
||||
"Empty expression"
|
||||
</p>
|
||||
</td>
|
||||
<td class="auto-generated"> </td>
|
||||
<td class="auto-generated"> </td>
|
||||
<td class="auto-generated"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
@ -1483,9 +1456,6 @@
|
||||
"Unknown error"
|
||||
</p>
|
||||
</td>
|
||||
<td class="auto-generated"> </td>
|
||||
<td class="auto-generated"> </td>
|
||||
<td class="auto-generated"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
@ -1775,7 +1745,7 @@
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright © 1998 -2010 John Maddock<p>
|
||||
<td align="right"><div class="copyright-footer">Copyright © 1998-2010 John Maddock<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user