blob: bee967296a062987fb2cf3180397522cb673afee [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 2.0">
<title>Text Boundaries</title>
</head>
<body bgcolor="#FFFFFF">
<h1>Text Boundaries -- <a href="../html/BreakIterator.html">BreakIterator</a></h1>
<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>