mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-4872 Fix broken URLs
X-SVN-Rev: 18679
This commit is contained in:
parent
25b0e41aac
commit
d354a1cee2
10 changed files with 19 additions and 16 deletions
|
@ -1294,16 +1294,18 @@ overwrite any corresponding resource files already in that directory.
|
|||
<h4><a name="resourcesICU4C">Building ICU4J Resources from ICU4C</a></h4>
|
||||
<h5>Requirements</h5>
|
||||
<ul>
|
||||
<li><a
|
||||
href="http://www.ibm.com/software/globalization/icu/downloads.jsp">ICU4C</a></li>
|
||||
<li>Compilers and tools required for building <a
|
||||
href="http://oss.software.ibm.com/cvs/icu/%7Echeckout%7E/icu/readme.html#HowToBuild">ICU</a>.</li>
|
||||
href="http://dev.icu-project.org/cgi-bin/viewcvs.cgi/*checkout*/icu/readme.html#HowToBuild">ICU4C</a>.</li>
|
||||
<li>Java SDK version 1.4.0 or above.</li>
|
||||
<li>Perl version 5 or above.</li>
|
||||
</ul>
|
||||
<h5> Procedure</h5>
|
||||
<ol>
|
||||
<li> Download and build ICU on a Windows machine. For instructions on
|
||||
downloading and building ICU, please click <a
|
||||
href="http://oss.software.ibm.com/cvs/icu/%7Echeckout%7E/icu/readme.html#HowToBuild">here</a>.</li>
|
||||
<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/*checkout*/icu/readme.html#HowToBuild">here</a>.</li>
|
||||
<li> Change directory to <i>$icu_root</i>/source/tools/genrb </li>
|
||||
<li> Launch gendtjar.pl from that directory itself with the command <br>
|
||||
gendtjar.pl --icu-root=<i>$icu_root</i> --jar=<i>$jdk_home/bin</i>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
/**
|
||||
*******************************************************************************
|
||||
* Copyright (C) 2002-2004, International Business Machines Corporation and *
|
||||
* Copyright (C) 2002-2005, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -153,8 +153,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://oss.software.ibm.com/cvs/icu4j/icu4j/src/com/ibm/icu/impl/data/">http://oss.software.ibm.com/cvs/icu4j/icu4j/src/com/ibm/icu/impl/data/</a><br>
|
||||
</li>
|
||||
<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>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
|
|
|
@ -102,7 +102,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://oss.software.ibm.com/cvs/icu4j/unicodetools/com/ibm/text/data/");
|
||||
"http://dev.icu-project.org/cgi-bin/viewcvs.cgi/unicodetools/com/ibm/text/data/");
|
||||
} catch (Exception e11) {
|
||||
errln("ERROR: Could not find any of the test files");
|
||||
}
|
||||
|
|
|
@ -282,7 +282,7 @@ public class WriteCharts {
|
|||
out.println("The samples are mechanically generated, and only include single characters");
|
||||
out.println("from the source set. Thus it will <i>not</i> contain examples where the transliteration");
|
||||
out.println("depends on the context around the character. For a more detailed -- and interactive -- example, see the");
|
||||
out.println("<a href='http://oss.software.ibm.com/cgi-bin/icu/tr'>Transliteration Demo</a></p><hr>");
|
||||
out.println("<a href='http://www.ibm.com/software/globalization/icu/demo/transform'>Transliteration Demo</a></p><hr>");
|
||||
|
||||
// set up the headers
|
||||
int columnCount = 3;
|
||||
|
|
|
@ -80,7 +80,7 @@ import com.ibm.icu.util.VersionInfo;
|
|||
* </ul>
|
||||
* <p>
|
||||
* Further detail differences can be determined from the program
|
||||
* <a href = http://oss.software.ibm.com/developerworks/opensource/cvs/icu4j/~checkout~/icu4j/src/com/ibm/icu/dev/test/lang/UCharacterCompare.java>
|
||||
* <a href="http://dev.icu-project.org/cgi-bin/viewcvs.cgi/*checkout*/icu4j/src/com/ibm/icu/dev/test/lang/UCharacterCompare.java">
|
||||
* com.ibm.icu.dev.test.lang.UCharacterCompare</a>
|
||||
* </p>
|
||||
* <p>
|
||||
|
|
|
@ -401,7 +401,7 @@ public final class CollationKey implements Comparable
|
|||
* </p>
|
||||
* <p>
|
||||
* For more on usage, see example in test procedure
|
||||
* <a href=http://oss.software.ibm.com/cvs/icu4j/~checkout~/icu4j/src/com/ibm/icu/dev/test/collator/CollationAPITest.java?rev=&content-type=text/plain>
|
||||
* <a href="http://dev.icu-project.org/cgi-bin/viewcvs.cgi/*checkout*/icu4j/src/com/ibm/icu/dev/test/collator/CollationAPITest.java">
|
||||
* src/com/ibm/icu/dev/test/collator/CollationAPITest/TestBounds.
|
||||
* </a>
|
||||
* </p>
|
||||
|
|
|
@ -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://oss.software.ibm.com/cvs/icu/~checkout~/icuhtml/design/collation/ICU_collation_design.htm
|
||||
* http://dev.icu-project.org/cgi-bin/viewcvs.cgi/*checkout*/icuhtml/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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 1996-2004, International Business Machines Corporation and *
|
||||
* Copyright (C) 1996-2005, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -219,7 +219,7 @@ import java.io.*;
|
|||
* </tr>
|
||||
*
|
||||
* <p>For a more complete explanation, see <a
|
||||
* href="http://oss.software.ibm.com/icu/docs/papers/text_boundary_analysis_in_java/index.html">http://oss.software.ibm.com/icu/docs/papers/text_boundary_analysis_in_java/index.html</a>.
|
||||
* href="http://icu.sourceforge.net/docs/papers/text_boundary_analysis_in_java/">http://icu.sourceforge.net/docs/papers/text_boundary_analysis_in_java/</a>.
|
||||
* For examples, see the resource data (which is annotated).</p>
|
||||
*
|
||||
* @author Richard Gillam
|
||||
|
|
|
@ -31,7 +31,7 @@ import com.ibm.icu.util.ULocale;
|
|||
*
|
||||
* <P>
|
||||
* Resource bundles in ICU are currently defined using text files which conform to the following
|
||||
* <a href="http://oss.software.ibm.com/cvs/icu/~checkout~/icuhtml/design/bnf_rb.txt">BNF definition</a>.
|
||||
* <a href="http://dev.icu-project.org/cgi-bin/viewcvs.cgi/*checkout*/icuhtml/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>.
|
||||
* <P>
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
|
||||
<meta name="ProgId" content="FrontPage.Editor.Document">
|
||||
<meta name="COPYRIGHT" content=
|
||||
"Copyright (c) 2002-2005 IBM Corporation and others. All Rights Reserved.">
|
||||
<title>Chart Instructions</title>
|
||||
<style>
|
||||
|
||||
|
@ -41,7 +43,7 @@ character name is extracted, and used as an index for the characters. </p>
|
|||
particular characters:
|
||||
<ul>
|
||||
<li>Copy the character from the cell.</li>
|
||||
<li>Go to <a href="http://oss.software.ibm.com/cgi-bin/icu/tr">http://oss.software.ibm.com/cgi-bin/icu/tr</a></li>
|
||||
<li>Go to <a href="http://www.ibm.com/software/globalization/icu/demo/transform">http://www.ibm.com/software/globalization/icu/demo/transform</a></li>
|
||||
<li>Paste in under <b>Input 1</b></li>
|
||||
<li>Select <b>Output 1</b>: Any - Name</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue