scuffed-code/icu4c/docs/boundCL.html
Vladimir Weinstein 6d03d21dba ICU-35 documentation update
X-SVN-Rev: 227
1999-11-22 23:39:27 +00:00

35 lines
1.3 KiB
HTML

<!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 -- <a href="../../icuhtml/BreakIterator.html">BreakIterator</a></h1>
<p><big><big>Break Iterator also provides a <a href="../../icuhtml/BreakIteratorCAPI.html">C
language API</a>.</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>