blob: 69ee65f614deeb22b88d95d0a6aeef828b6a5507 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<title>Text Boundaries</title>
</head>
<body bgcolor="#FFFFFF">
<h1>Text Boundaries -- BreakIterator</h1>
<p><big><big>Break Iterator also provides a C language API.</big></big>
<ul>
<li><font size="6">Line boundaries</font><br>
<font size="5">-- used for line-wrapping</font> <br>
<font size="5">-- correctly handles punctuation and hyphenated words.</font> </li>
<li><font size="6">Sentence boundaries</font><br>
<font size="5">-- handles periods within numbers and abbreviations</font> <br>
<font size="5">-- handles trailing punctuation marks such as parentheses.</font> </li>
<li><font size="6">Word boundaries</font><br>
<font size="5">-- for search and replace functions</font> <br>
<font size="5">-- for selecting words with a double mouse click</font> </li>
<li><font size="6">Character boundaries</font><br>
<font size="5">-- handles combining characters</font></li>
</ul>
<p><a href="../readme.html#API">ReadMe for IBM's International Classes for Unicode, API
Overview</a></p>
</body>
</html>