scuffed-code/icu4c/docs/boundCL.html

34 lines
1.2 KiB
HTML
Raw Normal View History

1999-08-16 21:50:52 +00:00
<!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">
1999-08-16 21:50:52 +00:00
<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>
1999-08-16 21:50:52 +00:00
<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>
1999-08-16 21:50:52 +00:00
</ul>
<p><a href="../readme.html#API">ReadMe for IBM's International Classes for Unicode, API
Overview</a></p>
1999-08-16 21:50:52 +00:00
</body>
</html>