409N/A<!
DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
46N/ACopyright (c) 1998, Oracle and/or its affiliates. All rights reserved. 46N/ADO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 46N/AThis code is free software; you can redistribute it and/or modify it 46N/Aunder the terms of the GNU General Public License version 2 only, as 46N/Apublished by the Free Software Foundation. Oracle designates this 46N/Aparticular file as subject to the "Classpath" exception as provided 46N/Aby Oracle in the LICENSE file that accompanied this code. 46N/AThis code is distributed in the hope that it will be useful, but WITHOUT 46N/AANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 46N/AFITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 46N/Aversion 2 for more details (a copy is included in the LICENSE file that 46N/Aaccompanied this code). 46N/AYou should have received a copy of the GNU General Public License version 46N/A2 along with this work; if not, write to the Free Software Foundation, 46N/AInc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 46N/APlease contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, 386N/AProvides classes and interfaces for handling text, dates, numbers, and messages
145N/Ain a manner independent of natural languages. This means your main application
145N/Aor applet can be written to be language-independent, and it can rely upon
145N/Aseparate, dynamically-linked localized resources. This allows the flexibility
384N/Aof adding localizations for new localizations at any time.
46N/AThese classes are capable of formatting dates, numbers, and messages, parsing;
310N/Asearching and sorting strings; and iterating over characters, words, sentences,
319N/Aand line breaks. This package contains three main groups of classes and
310N/A<
li>Classes for iteration over text
46N/A<
li>Classes for formatting and parsing
46N/A<
li>Classes for string collation
46N/A<h2>Package Specification</h2> 310N/A##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT ##### 310N/A <li><a href="">##### REFER TO ANY FRAMEMAKER SPECIFICATION HERE #####</a> 319N/A<h2>Related Documentation</h2> 319N/AFor overviews, tutorials, examples, guides, and tool documentation, please see: 145N/A <li><a href="">##### REFER TO NON-SPEC DOCUMENTATION HERE #####</a>