mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 09:21:03 +00:00
ICU-5941 Fix out of date URLs
X-SVN-Rev: 22755
This commit is contained in:
parent
01a86e65e0
commit
7debad8612
17 changed files with 71 additions and 88 deletions
|
@ -1,16 +1,10 @@
|
|||
<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=iso-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta http-equiv="Content-Style-Type" content="text/css2">
|
||||
<title>ReadMe for ICU4J</title>
|
||||
<!--
|
||||
*******************************************************************************
|
||||
* Copyright (C) 2000-2007, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
-->
|
||||
<meta name="COPYRIGHT" content="Copyright 2000-2007, International Business Machines Corporation and others. All Rights Reserved.">
|
||||
<style type="text/css">
|
||||
h3.doc { background: #CCCCFF }
|
||||
</style>
|
||||
|
@ -69,58 +63,58 @@ internationalization API design.</p>
|
|||
</p>
|
||||
<ul>
|
||||
<li><a
|
||||
href="http://icu.sourceforge.net/userguide/Collate_Intro.html"><b>Collation</b></a>
|
||||
href="http://www.icu-project.org/userguide/Collate_Intro.html"><b>Collation</b></a>
|
||||
– rule-based, up-to-date Unicode Collation Algorithm (UCA) sorting order<br>
|
||||
For fast multilingual string comparison; faster
|
||||
and more complete than
|
||||
the J2SE implementation</li>
|
||||
<li><a href="http://icu.sourceforge.net/userguide/strings.html"><b>Supplementary
|
||||
<li><a href="http://www.icu-project.org/userguide/strings.html"><b>Supplementary
|
||||
Characters</b></a> – String manipulation and character properties<br>
|
||||
Required for proper GB 18030 and JIS X 0213
|
||||
repertoire support</li>
|
||||
<li><a href="http://icu.sourceforge.net/userguide/charsetDetection.html"><b>Charset
|
||||
<li><a href="http://www.icu-project.org/userguide/charsetDetection.html"><b>Charset
|
||||
Detection</b></a> – Recognition of various single and multibyte charsets<br>
|
||||
Useful for recognizing untagged text data</li>
|
||||
<li><a
|
||||
href="http://icu.sourceforge.net/userguide/unicodeSet.html"><b>UnicodeSet</b></a>
|
||||
href="http://www.icu-project.org/userguide/unicodeSet.html"><b>UnicodeSet</b></a>
|
||||
– standard set operations optimized for sets of Unicode characters<br>
|
||||
UnicodeSets can be built from string patterns
|
||||
using any Unicode properties.</li>
|
||||
<li><a href="http://icu.sourceforge.net/userguide/Transform.html"><b>Transforms</b></a>
|
||||
<li><a href="http://www.icu-project.org/userguide/Transform.html"><b>Transforms</b></a>
|
||||
– a flexible mechanism for Unicode text conversions<br>
|
||||
Including Full/Halfwidth conversions,
|
||||
Normalization, Case conversions, Hex
|
||||
conversions, and transliterations between scripts (50+ pairs)</li>
|
||||
<li><a
|
||||
href="http://icu.sourceforge.net/userguide/normalization.html"><b>Unicode
|
||||
href="http://www.icu-project.org/userguide/normalization.html"><b>Unicode
|
||||
Normalization</b></a> – NFC, NFD, NFKD, NFKC<br>
|
||||
For canonical text representations, needed for
|
||||
XML and the net</li>
|
||||
<li><a
|
||||
href="http://icu.sourceforge.net/userguide/dateCalendar.html"><b>International
|
||||
href="http://www.icu-project.org/userguide/dateCalendar.html"><b>International
|
||||
Calendars</b></a> – Arabic, Buddhist, Chinese, Hebrew, Japanese, Ethiopic, Islamic, Coptic and other calendars<br>
|
||||
Required for correct presentation of dates in
|
||||
certain countries</li>
|
||||
<li><a
|
||||
href="http://icu.sourceforge.net/userguide/formatNumbers.html"><b>Number
|
||||
href="http://www.icu-project.org/userguide/formatNumbers.html"><b>Number
|
||||
Format
|
||||
Enhancements</b></a> – Scientific Notation, Spelled-out, etc.<br>
|
||||
Enhancements to the normal Java number
|
||||
formatting. The spell-out format is
|
||||
used for checks and similar documents</li>
|
||||
<li><a
|
||||
href="http://icu.sourceforge.net/userguide/boundaryAnalysis.html"><b>Enhanced
|
||||
href="http://www.icu-project.org/userguide/boundaryAnalysis.html"><b>Enhanced
|
||||
Word-Break Detection</b></a> – Rule-based, supports Thai<br>
|
||||
Required for correct support of Thai</li>
|
||||
<li><a
|
||||
href="http://icu.sourceforge.net/userguide/compression.html"><b>Unicode
|
||||
href="http://www.icu-project.org/userguide/compression.html"><b>Unicode
|
||||
Text
|
||||
Compression</b></a> – Standard compression of Unicode text<br>
|
||||
Suitable for large numbers of small fields,
|
||||
where LZW and similar schemes
|
||||
do not apply</li>
|
||||
<li><a
|
||||
href="http://icu.sourceforge.net/userguide/conversion.html"><b>Charset Conversion</b></a> – Conversion to and from different charsets.<br>
|
||||
href="http://www.icu-project.org/userguide/conversion.html"><b>Charset Conversion</b></a> – Conversion to and from different charsets.<br>
|
||||
Plugs into Java CharsetProvider Service Provider Interface (SPI)</li>
|
||||
|
||||
</ul>
|
||||
|
@ -144,22 +138,21 @@ versions. If you want to build your own copy of ICU4J binaries with J2SE SDK 1.
|
|||
you can still run all of the Ant standard build targets in build.xml and make ICU4J
|
||||
binaries. The build script detects the current Java version and comments out code
|
||||
blocks including references to J2SE 5.0 only types.</p>
|
||||
<p>
|
||||
<p><b>Changes to timezone formatting and parsing</b>
|
||||
<p>In ICU 3.8, the behavior of date formatting and parsing has changed
|
||||
significantly, perhaps requiring recoding on your part depending on your
|
||||
usage. For more information, see <a href="http://icu-project.org/userguide/formatDateTime.html">
|
||||
Formatting Dates and Times</a> in the User Guide.
|
||||
<p>
|
||||
</p>
|
||||
<p><b>Status of ICU4J charset converter</b>
|
||||
<p>The ICU4J implementation of java.nio.charset.Charset is included as a Technology
|
||||
Preview. Not all functionality from the java.nio.Charset interfaces is operational,
|
||||
and some converters are known to mis-handle Unicode supplementary characters. Use with caution.
|
||||
<p>
|
||||
<p><b>New features</b>
|
||||
</p>
|
||||
<p><b>New features</b></p>
|
||||
<p>
|
||||
See the <a href="http://www.icu-project.org/download/">ICU 3.8 download page</a> about new features in this release.
|
||||
<p>
|
||||
</p>
|
||||
<h3 class="doc"><a name="license"></a>License Information</h3>
|
||||
<p>
|
||||
The ICU projects (ICU4C and ICU4J) use the X license. The X
|
||||
|
@ -195,7 +188,7 @@ on JRE 1.3, but not all build targets work on that platform. Currently
|
|||
components on these JREs at your own risk.
|
||||
<p>The table below shows operating systems and JRE/JDK versions currently
|
||||
used by the ICU development team.
|
||||
<p>
|
||||
</p>
|
||||
<table bgcolor="#CCCCFF">
|
||||
<tr>
|
||||
<th rowspan="2" bgcolor="#FFFFFF">Operating System</th>
|
||||
|
@ -531,7 +524,7 @@ the ICU4J web site, and can be built from the sources:
|
|||
<li><a href="http://www.icu-project.org/apiref/icu4j/">Index
|
||||
to all ICU4J API</a></li>
|
||||
<li><a href="http://www.icu-project.org/apiref/icu4j/com/ibm/icu/text/CharsetDetector.html">Charset Detector</a> – Detection of charset from a byte stream</li>
|
||||
<li>International Calendars – <a
|
||||
<li>International Calendars –
|
||||
<a
|
||||
href="http://www.icu-project.org/apiref/icu4j/com/ibm/icu/util/BuddhistCalendar.html">Buddhist</a>,
|
||||
<a
|
||||
|
@ -784,7 +777,7 @@ Currently ICU4J can be divided into the following modules:
|
|||
<th align="left" valign="baseline"><b>Module Name</b></th>
|
||||
<th align="left" valign="baseline"><b>Ant Targets</b></th>
|
||||
<th align="left" valign="baseline"><b>Test Package Supported</b></th>
|
||||
<th align="right" valign="baseline"><b>Size‡</b></th>
|
||||
<th align="right" valign="baseline"><b>Size‡</b></th>
|
||||
</tr>
|
||||
<tr bgcolor="#ffffff">
|
||||
|
||||
|
@ -793,7 +786,7 @@ Currently ICU4J can be divided into the following modules:
|
|||
<tbody>
|
||||
<tr>
|
||||
<td valign="baseline">Package*</td>
|
||||
<td valign="baseline">Main Classes† </td>
|
||||
<td valign="baseline">Main Classes†</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
|
@ -805,10 +798,10 @@ Currently ICU4J can be divided into the following modules:
|
|||
<b><font size="2">* com.ibm. should be prepended to the package names
|
||||
listed.
|
||||
<br>
|
||||
† Class name in bold indicates core service API. Only APIs in these classes are
|
||||
† Class name in bold indicates core service API. Only APIs in these classes are
|
||||
fully supported.
|
||||
<br>
|
||||
‡ Sizes are of the compressed jar file containing only this module.
|
||||
‡ Sizes are of the compressed jar file containing only this module.
|
||||
These sizes are approximate for release 3.6.
|
||||
</font></b>
|
||||
<p><b>Modules:</b></p>
|
||||
|
@ -1752,7 +1745,7 @@ overwrite any corresponding resource files already in that directory.
|
|||
<ol>
|
||||
<li> Download and build ICU4C on a Windows machine. For instructions on
|
||||
downloading and building ICU4C, please click <a
|
||||
href="http://dev.icu-project.org/cgi-bin/viewcvs.cgi/icu/readme.html?view=co#HowToBuild">here</a>.</li>
|
||||
href="http://source.icu-project.org/repos/icu/icu/tags/release-3-8/readme.html#HowToBuild">here</a>.</li>
|
||||
<li> Change directory to <I>$icu4c_root</I>/source/tools/genrb. <I>$icu4c_root</I>
|
||||
is the root directory of ICU4C source package.</li>
|
||||
<li> Launch gendtjar.pl from that directory itself with the command <br>
|
||||
|
|
|
@ -1,18 +1,9 @@
|
|||
<!--
|
||||
/**
|
||||
*******************************************************************************
|
||||
* Copyright (C) 2002-2005, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
||||
-->
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Language" content="en-us">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
|
||||
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
|
||||
<meta name="ProgId" content="FrontPage.Editor.Document">
|
||||
<meta name="COPYRIGHT" content="Copyright 2006-2007, International Business Machines Corporation and others. All Rights Reserved.">
|
||||
<title>New Transliteration Test Files</title>
|
||||
</head>
|
||||
|
||||
|
@ -153,7 +144,7 @@ the best pronunciation).</p>
|
|||
to know the details of how the characters are handled, that is the place to
|
||||
look.
|
||||
<ul>
|
||||
<li><a href="http://dev.icu-project.org/cgi-bin/viewcvs.cgi/icu/source/data/translit/">http://dev.icu-project.org/cgi-bin/viewcvs.cgi/icu/source/data/translit/</a></li>
|
||||
<li><a href="http://source.icu-project.org/repos/icu/icu/trunk/source/data/translit/">http://source.icu-project.org/repos/icu/icu/trunk/source/data/translit/</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 1996-2006, International Business Machines Corporation and *
|
||||
* Copyright (C) 1996-2007, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -43,7 +43,7 @@ package com.ibm.icu.text;
|
|||
*
|
||||
* <p>More information about the composition of the bit sequence can
|
||||
* be found in the
|
||||
* <a href="http://icu.sourceforge.net/userguide/Collate_ServiceArchitecture.html">
|
||||
* <a href="http://www.icu-project.org/userguide/Collate_ServiceArchitecture.html">
|
||||
* user guide</a>.</p>
|
||||
*
|
||||
* <p>The following example shows how <code>CollationKey</code>s can be used
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 1996-2006, International Business Machines Corporation and *
|
||||
* Copyright (C) 1996-2007, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -40,7 +40,7 @@ import com.ibm.icu.util.ULocale;
|
|||
* difference between large and small Kana. A tertiary difference is ignored
|
||||
* when there is a primary or secondary difference anywhere in the strings.
|
||||
* <li>QUATERNARY strength: When punctuation is ignored
|
||||
* <a href="http://icu.sourceforge.net/userguide/Collate_Concepts.html#Ignoring_Punctuation">
|
||||
* <a href="http://www.icu-project.org/userguide/Collate_Concepts.html#Ignoring_Punctuation">
|
||||
* (see Ignoring Punctuations in the user guide)</a> at PRIMARY to TERTIARY
|
||||
* strength, an additional strength level can
|
||||
* be used to distinguish words with and without punctuation (for example,
|
||||
|
@ -71,7 +71,7 @@ import com.ibm.icu.util.ULocale;
|
|||
* a comparison or before getting a CollationKey.</p>
|
||||
*
|
||||
* <p>For more information about the collation service see the
|
||||
* <a href="http://icu.sourceforge.net/userguide/Collate_Intro.html">users
|
||||
* <a href="http://www.icu-project.org/userguide/Collate_Intro.html">users
|
||||
* guide</a>.</p>
|
||||
*
|
||||
* <p>Examples of use
|
||||
|
@ -170,7 +170,7 @@ public class Collator implements Comparator, Cloneable
|
|||
/**
|
||||
* Fourth level collator strength value.
|
||||
* When punctuation is ignored
|
||||
* <a href="http://icu.sourceforge.net/userguide/Collate_Concepts.html#Ignoring_Punctuation">
|
||||
* <a href="http://www.icu-project.org/userguide/Collate_Concepts.html#Ignoring_Punctuation">
|
||||
* (see Ignoring Punctuations in the user guide)</a> at PRIMARY to TERTIARY
|
||||
* strength, an additional strength level can
|
||||
* be used to distinguish words with and without punctuation.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/********************************************************************
|
||||
* COPYRIGHT:
|
||||
* Copyright (c) 2002-2006, International Business Machines Corporation and
|
||||
* Copyright (c) 2002-2007, International Business Machines Corporation and
|
||||
* others. All Rights Reserved.
|
||||
********************************************************************/
|
||||
|
||||
|
@ -100,7 +100,7 @@ public class UCAConformanceTest extends TestFmwk {
|
|||
logln( "INFO: Working with the stub file.\n"+
|
||||
"If you need the full conformance test, please\n"+
|
||||
"download the appropriate data files from:\n"+
|
||||
"http://dev.icu-project.org/cgi-bin/viewcvs.cgi/unicodetools/com/ibm/text/data/");
|
||||
"http://source.icu-project.org/repos/icu/tools/trunk/unicodetools/com/ibm/text/data/");
|
||||
} catch (Exception e11) {
|
||||
errln("ERROR: Could not find any of the test files");
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@ import com.ibm.icu.text.UCharacterIterator;
|
|||
* <p>Binary Ordered Compression for Unicode</p>
|
||||
*
|
||||
* <p>Users are strongly encouraged to read the ICU paper on
|
||||
* <a href="http://icu.sourceforge.net/docs/papers/binary_ordered_compression_for_unicode.html">
|
||||
* <a href="http://www.icu-project.org/docs/papers/binary_ordered_compression_for_unicode.html">
|
||||
* BOCU</a> before attempting to use this class.</p>
|
||||
*
|
||||
* <p>BOCU is used to compress unicode text into a stream of unsigned
|
||||
|
|
|
@ -80,7 +80,7 @@ import com.ibm.icu.util.VersionInfo;
|
|||
* </ul>
|
||||
* <p>
|
||||
* Further detail differences can be determined from the program
|
||||
* <a href="http://dev.icu-project.org/cgi-bin/viewcvs.cgi/~checkout~/icu4j/src/com/ibm/icu/dev/test/lang/UCharacterCompare.java">
|
||||
* <a href="http://source.icu-project.org/repos/icu/icu4j/trunk/src/com/ibm/icu/dev/test/lang/UCharacterCompare.java">
|
||||
* com.ibm.icu.dev.test.lang.UCharacterCompare</a>
|
||||
* </p>
|
||||
* <p>
|
||||
|
@ -96,7 +96,7 @@ import com.ibm.icu.util.VersionInfo;
|
|||
* <p>
|
||||
* For more information see
|
||||
* "About the Unicode Character Database" (http://www.unicode.org/ucd/)
|
||||
* and the ICU User Guide chapter on Properties (http://icu.sourceforge.net/userguide/properties.html).
|
||||
* and the ICU User Guide chapter on Properties (http://www.icu-project.org/userguide/properties.html).
|
||||
* </p>
|
||||
* <p>
|
||||
* There are also functions that provide easy migration from C/POSIX functions
|
||||
|
@ -3396,7 +3396,7 @@ public final class UCharacter implements ECharacterCategory, ECharacterDirection
|
|||
* Full case mappings are applied by the case mapping functions
|
||||
* that take String parameters rather than code points (int).
|
||||
* See also the User Guide chapter on C/POSIX migration:
|
||||
* http://icu.sourceforge.net/userguide/posix.html#case_mappings
|
||||
* http://www.icu-project.org/userguide/posix.html#case_mappings
|
||||
*
|
||||
* @param ch code point whose lowercase equivalent is to be retrieved
|
||||
* @return the lowercase equivalent code point
|
||||
|
@ -3449,7 +3449,7 @@ public final class UCharacter implements ECharacterCategory, ECharacterDirection
|
|||
* Full case mappings are applied by the case mapping functions
|
||||
* that take String parameters rather than code points (int).
|
||||
* See also the User Guide chapter on C/POSIX migration:
|
||||
* http://icu.sourceforge.net/userguide/posix.html#case_mappings
|
||||
* http://www.icu-project.org/userguide/posix.html#case_mappings
|
||||
*
|
||||
* @param ch code point whose title case is to be retrieved
|
||||
* @return titlecase code point
|
||||
|
@ -3472,7 +3472,7 @@ public final class UCharacter implements ECharacterCategory, ECharacterDirection
|
|||
* Full case mappings are applied by the case mapping functions
|
||||
* that take String parameters rather than code points (int).
|
||||
* See also the User Guide chapter on C/POSIX migration:
|
||||
* http://icu.sourceforge.net/userguide/posix.html#case_mappings
|
||||
* http://www.icu-project.org/userguide/posix.html#case_mappings
|
||||
*
|
||||
* @param ch code point whose uppercase is to be retrieved
|
||||
* @return uppercase code point
|
||||
|
@ -4549,7 +4549,7 @@ public final class UCharacter implements ECharacterCategory, ECharacterDirection
|
|||
* Full case mappings are applied by the case mapping functions
|
||||
* that take String parameters rather than code points (int).
|
||||
* See also the User Guide chapter on C/POSIX migration:
|
||||
* http://icu.sourceforge.net/userguide/posix.html#case_mappings
|
||||
* http://www.icu-project.org/userguide/posix.html#case_mappings
|
||||
*
|
||||
* @param ch the character to be converted
|
||||
* @param defaultmapping Indicates if all mappings defined in
|
||||
|
@ -4610,7 +4610,7 @@ public final class UCharacter implements ECharacterCategory, ECharacterDirection
|
|||
* Full case mappings are applied by the case mapping functions
|
||||
* that take String parameters rather than code points (int).
|
||||
* See also the User Guide chapter on C/POSIX migration:
|
||||
* http://icu.sourceforge.net/userguide/posix.html#case_mappings
|
||||
* http://www.icu-project.org/userguide/posix.html#case_mappings
|
||||
*
|
||||
* @param ch the character to be converted
|
||||
* @param options A bit set for special processing. Currently the recognised options are
|
||||
|
|
|
@ -59,7 +59,7 @@ import java.util.MissingResourceException;
|
|||
* can not be compared simply by using basic arithmetric operators,
|
||||
* e.g. <, == or >, further processing has to be done. Details
|
||||
* can be found in the ICU
|
||||
* <a href="http://icu.sourceforge.net/userguide/Collate_ServiceArchitecture.html">
|
||||
* <a href="http://www.icu-project.org/userguide/Collate_ServiceArchitecture.html">
|
||||
* user guide</a>. An example of using the CollationElementIterator
|
||||
* for collation ordering comparison is the class
|
||||
* <a href=StringSearch.html> com.ibm.icu.text.StringSearch</a>.</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/**
|
||||
*******************************************************************************
|
||||
* Copyright (C) 1996-2006, International Business Machines Corporation and *
|
||||
* Copyright (C) 1996-2007, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -42,7 +42,7 @@ package com.ibm.icu.text;
|
|||
*
|
||||
* <p>More information about the composition of the bit sequence can
|
||||
* be found in the
|
||||
* <a href="http://icu.sourceforge.net/userguide/Collate_ServiceArchitecture.html">
|
||||
* <a href="http://www.icu-project.org/userguide/Collate_ServiceArchitecture.html">
|
||||
* user guide</a>.</p>
|
||||
*
|
||||
* <p>The following example shows how <code>CollationKey</code>s can be used
|
||||
|
@ -401,7 +401,7 @@ public final class CollationKey implements Comparable
|
|||
* </p>
|
||||
* <p>
|
||||
* For more on usage, see example in test procedure
|
||||
* <a href="http://dev.icu-project.org/cgi-bin/viewcvs.cgi/~checkout~/icu4j/src/com/ibm/icu/dev/test/collator/CollationAPITest.java">
|
||||
* <a href="http://source.icu-project.org/repos/icu/icu4j/trunk/src/com/ibm/icu/dev/test/collator/CollationAPITest.java">
|
||||
* src/com/ibm/icu/dev/test/collator/CollationAPITest/TestBounds.
|
||||
* </a>
|
||||
* </p>
|
||||
|
|
|
@ -23,7 +23,7 @@ import com.ibm.icu.util.VersionInfo;
|
|||
*
|
||||
* <p>Following the <a href=http://www.unicode.org>Unicode
|
||||
* Consortium</a>'s specifications for the
|
||||
* <a href="http://www.unicode.org/unicode/reports/tr10/"> Unicode Collation
|
||||
* <a href="http://www.unicode.org/unicode/reports/tr10/">Unicode Collation
|
||||
* Algorithm (UCA)</a>, there are 5 different levels of strength used
|
||||
* in comparisons:
|
||||
*
|
||||
|
@ -46,7 +46,7 @@ import com.ibm.icu.util.VersionInfo;
|
|||
* difference between large and small Kana. A tertiary difference is ignored
|
||||
* when there is a primary or secondary difference anywhere in the strings.
|
||||
* <li>QUATERNARY strength: When punctuation is ignored
|
||||
* <a href="http://icu.sourceforge.net/userguide/Collate_Concepts.html#Ignoring_Punctuation">
|
||||
* <a href="http://www.icu-project.org/userguide/Collate_Concepts.html#Ignoring_Punctuation">
|
||||
* (see Ignoring Punctuations in the user guide)</a> at PRIMARY to TERTIARY
|
||||
* strength, an additional strength level can
|
||||
* be used to distinguish words with and without punctuation (for example,
|
||||
|
@ -77,7 +77,7 @@ import com.ibm.icu.util.VersionInfo;
|
|||
* a comparison or before getting a CollationKey.</p>
|
||||
*
|
||||
* <p>For more information about the collation service see the
|
||||
* <a href="http://icu.sourceforge.net/userguide/Collate_Intro.html">users
|
||||
* <a href="http://www.icu-project.org/userguide/Collate_Intro.html">users
|
||||
* guide</a>.</p>
|
||||
*
|
||||
* <p>Examples of use
|
||||
|
@ -155,7 +155,7 @@ public abstract class Collator implements Comparator, Cloneable
|
|||
/**
|
||||
* Fourth level collator strength value.
|
||||
* When punctuation is ignored
|
||||
* <a href="http://icu.sourceforge.net/userguide/Collate_Concepts.html#Ignoring_Punctuation">
|
||||
* <a href="http://www.icu-project.org/userguide/Collate_Concepts.html#Ignoring_Punctuation">
|
||||
* (see Ignoring Punctuations in the user guide)</a> at PRIMARY to TERTIARY
|
||||
* strength, an additional strength level can
|
||||
* be used to distinguish words with and without punctuation.
|
||||
|
@ -624,7 +624,7 @@ public abstract class Collator implements Comparator, Cloneable
|
|||
* applications who wish to cache collators, or otherwise reuse
|
||||
* collators when possible. The functional equivalent may change
|
||||
* over time. For more information, please see the <a
|
||||
* href="http://icu.sourceforge.net/userguide/locale.html#services">
|
||||
* href="http://www.icu-project.org/userguide/locale.html#services">
|
||||
* Locales and Services</a> section of the ICU User Guide.
|
||||
* @param keyword a particular keyword as enumerated by
|
||||
* getKeywords.
|
||||
|
|
|
@ -89,8 +89,7 @@ import java.util.TreeMap;
|
|||
public class DateTimePatternGenerator implements Freezable, Cloneable {
|
||||
// debugging flags
|
||||
//static boolean SHOW_DISTANCE = false;
|
||||
// TODO add hack to fix months for CJK, as per bug 1099
|
||||
// http://dev.icu-project.org/cgi-bin/locale-bugs/incoming?findid=1099
|
||||
// TODO add hack to fix months for CJK, as per bug ticket 1099
|
||||
|
||||
/**
|
||||
* Create empty generator, to be constructed with add(...) etc.
|
||||
|
|
|
@ -100,7 +100,7 @@ import com.ibm.icu.impl.Utility;
|
|||
* normalize(FCD) may be implemented with NFD.
|
||||
*
|
||||
* For more details on FCD see the collation design document:
|
||||
* http://dev.icu-project.org/cgi-bin/viewcvs.cgi/~checkout~/icuhtml/design/collation/ICU_collation_design.htm
|
||||
* http://source.icu-project.org/repos/icu/icuhtml/trunk/design/collation/ICU_collation_design.htm
|
||||
*
|
||||
* ICU collation performs either NFD or FCD normalization automatically if
|
||||
* normalization is turned on for the collator object. Beyond collation and
|
||||
|
|
|
@ -38,11 +38,11 @@ import com.ibm.icu.util.VersionInfo;
|
|||
* <p>RuleBasedCollator is a concrete subclass of Collator. It allows
|
||||
* customization of the Collator via user-specified rule sets.
|
||||
* RuleBasedCollator is designed to be fully compliant to the <a
|
||||
* href="http://www.unicode.org/unicode/reports/tr10/"> Unicode
|
||||
* href="http://www.unicode.org/unicode/reports/tr10/">Unicode
|
||||
* Collation Algorithm (UCA)</a> and conforms to ISO 14651.</p>
|
||||
*
|
||||
* <p>Users are strongly encouraged to read <a
|
||||
* href="http://icu.sourceforge.net/userguide/Collate_Intro.html">
|
||||
* href="http://www.icu-project.org/userguide/Collate_Intro.html">
|
||||
* the users guide</a> for more information about the collation
|
||||
* service before using this class.</p>
|
||||
*
|
||||
|
@ -64,7 +64,7 @@ import com.ibm.icu.util.VersionInfo;
|
|||
*
|
||||
* <p>For information about the collation rule syntax and details
|
||||
* about customization, please refer to the
|
||||
* <a href="http://icu.sourceforge.net/userguide/Collate_Customization.html">
|
||||
* <a href="http://www.icu-project.org/userguide/Collate_Customization.html">
|
||||
* Collation customization</a> section of the user's guide.</p>
|
||||
*
|
||||
* <p><strong>Note</strong> that there are some differences between
|
||||
|
@ -202,7 +202,7 @@ public final class RuleBasedCollator extends Collator
|
|||
* argument rules.
|
||||
* </p>
|
||||
* <p>See the user guide's section on
|
||||
* <a href="http://icu.sourceforge.net/userguide/Collate_Customization.html">
|
||||
* <a href="http://www.icu-project.org/userguide/Collate_Customization.html">
|
||||
* Collation Customization</a> for details on the rule syntax.
|
||||
* </p>
|
||||
* @param rules the collation rules to build the collation table from.
|
||||
|
@ -495,7 +495,7 @@ public final class RuleBasedCollator extends Collator
|
|||
* they appear.
|
||||
* If set to true, the SECONDARY weights will be sorted backwards.
|
||||
* See the section on
|
||||
* <a href="http://icu.sourceforge.net/userguide/Collate_ServiceArchitecture.html">
|
||||
* <a href="http://www.icu-project.org/userguide/Collate_ServiceArchitecture.html">
|
||||
* French collation</a> for more information.
|
||||
* @param flag true to set the French collation on, false to set it off
|
||||
* @stable ICU 2.8
|
||||
|
@ -552,7 +552,7 @@ public final class RuleBasedCollator extends Collator
|
|||
* </p>
|
||||
* <p>
|
||||
* See the section on
|
||||
* <a href="http://icu.sourceforge.net/userguide/Collate_ServiceArchitecture.html">
|
||||
* <a href="http://www.icu-project.org/userguide/Collate_ServiceArchitecture.html">
|
||||
* case level</a> for more information.
|
||||
* </p>
|
||||
* @param flag true if case level sorting is required, false otherwise
|
||||
|
|
|
@ -26,20 +26,20 @@ import com.ibm.icu.util.ULocale;
|
|||
* <code>StringSearch</code> uses a version of the fast Boyer-Moore search
|
||||
* algorithm that has been adapted to work with the large character set of
|
||||
* Unicode. Refer to
|
||||
* <a href="http://icu.sourceforge.net/docs/papers/efficient_text_searching_in_java.html">
|
||||
* <a href="http://www.icu-project.org/docs/papers/efficient_text_searching_in_java.html">
|
||||
* "Efficient Text Searching in Java"</a>, published in the
|
||||
* <i>Java Report</i> on February, 1999, for further information on the
|
||||
* algorithm.
|
||||
* </p>
|
||||
* <p>
|
||||
* Users are also strongly encouraged to read the section on
|
||||
* <a href="http://icu.sourceforge.net/userguide/searchString.html">
|
||||
* <a href="http://www.icu-project.org/userguide/searchString.html">
|
||||
* String Search</a> and
|
||||
* <a href="http://icu.sourceforge.net/userguide/Collate_Intro.html">
|
||||
* <a href="http://www.icu-project.org/userguide/Collate_Intro.html">
|
||||
* Collation</a> in the user guide before attempting to use this class.
|
||||
* </p>
|
||||
* <p>
|
||||
* String searching gets alittle complicated when accents are encountered at
|
||||
* String searching becomes a little complicated when accents are encountered at
|
||||
* match boundaries. If a match is found and it has preceding or trailing
|
||||
* accents not part of the match, the result returned will include the
|
||||
* preceding accents up to the first base character, if the pattern searched
|
||||
|
@ -132,7 +132,7 @@ import com.ibm.icu.util.ULocale;
|
|||
* </p>
|
||||
* <p>
|
||||
* Consult the
|
||||
* <a href="http://icu.sourceforge.net/userguide/searchString.html">
|
||||
* <a href="http://www.icu-project.org/userguide/searchString.html">
|
||||
* String Search</a> user guide and the <code>SearchIterator</code>
|
||||
* documentation for more information and examples of use.
|
||||
* </p>
|
||||
|
|
|
@ -118,8 +118,8 @@ import java.util.Collection;
|
|||
* "[:Lu:]" and the Perl-like syntax "\p{Lu}" are recognized. For a
|
||||
* complete list of supported property patterns, see the User's Guide
|
||||
* for UnicodeSet at
|
||||
* <a href="http://icu.sourceforge.net/userguide/unicodeSet.html">
|
||||
* http://icu.sourceforge.net/userguide/unicodeSet.html</a>.
|
||||
* <a href="http://www.icu-project.org/userguide/unicodeSet.html">
|
||||
* http://www.icu-project.org/userguide/unicodeSet.html</a>.
|
||||
* Actual determination of property data is defined by the underlying
|
||||
* Unicode database as implemented by UCharacter.
|
||||
*
|
||||
|
|
|
@ -30,7 +30,7 @@ import java.nio.ByteBuffer;
|
|||
|
||||
/**
|
||||
* A class representing a collection of resource information pertaining to a given
|
||||
* locale. A resource bundle provides a way of accessing locale- specfic information in
|
||||
* locale. A resource bundle provides a way of accessing locale- specific information in
|
||||
* a data file. You create a resource bundle that manages the resources for a given
|
||||
* locale and then ask it for individual resources.
|
||||
* <P>
|
||||
|
@ -40,9 +40,9 @@ import java.nio.ByteBuffer;
|
|||
*
|
||||
* <P>
|
||||
* Resource bundles in ICU are currently defined using text files which conform to the following
|
||||
* <a href="http://dev.icu-project.org/cgi-bin/viewcvs.cgi/icuhtml/design/bnf_rb.txt">BNF definition</a>.
|
||||
* <a href="http://source.icu-project.org/repos/icu/icuhtml/trunk/design/bnf_rb.txt">BNF definition</a>.
|
||||
* More on resource bundle concepts and syntax can be found in the
|
||||
* <a href="http://icu.sourceforge.net/userguide/ResourceManagement.html">Users Guide</a>.
|
||||
* <a href="http://www.icu-project.org/userguide/ResourceManagement.html">Users Guide</a>.
|
||||
* <P>
|
||||
*
|
||||
* The packaging of ICU *.res files can be of two types
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*********************************************************************************
|
||||
* Copyright (C) 2004 -2007, International Business Machines Corporation and *
|
||||
* Copyright (C) 2004-2007, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*********************************************************************************
|
||||
*
|
||||
|
@ -45,7 +45,7 @@ import java.lang.IllegalArgumentException;
|
|||
* datetime time scale.</p>
|
||||
*
|
||||
* <p>For more details and background, see the
|
||||
* <a href="http://icu.sourceforge.net/userguide/universalTimeScale.html">Universal Time Scale</a>
|
||||
* <a href="http://www.icu-project.org/userguide/universalTimeScale.html">Universal Time Scale</a>
|
||||
* chapter in the ICU User Guide.</p>
|
||||
*
|
||||
* @stable ICU 3.2
|
||||
|
|
Loading…
Add table
Reference in a new issue