Skip to content

Commit 2b32b86

Browse files
committed
8263890: Broken links to Unicode.org
1 parent 50ff0d4 commit 2b32b86

File tree

8 files changed

+22
-22
lines changed

8 files changed

+22
-22
lines changed

src/java.base/share/classes/java/nio/charset/Charset.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2000, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -174,14 +174,14 @@
174174
* href="http://www.ietf.org/rfc/rfc2279.txt"><i>RFC&nbsp;2279</i></a>; the
175175
* transformation format upon which it is based is specified in
176176
* Amendment&nbsp;2 of ISO&nbsp;10646-1 and is also described in the <a
177-
* href="http://www.unicode.org/unicode/standard/standard.html"><i>Unicode
177+
* href="http://www.unicode.org/standard/standard.html"><i>Unicode
178178
* Standard</i></a>.
179179
*
180180
* <p> The {@code UTF-16} charsets are specified by <a
181181
* href="http://www.ietf.org/rfc/rfc2781.txt"><i>RFC&nbsp;2781</i></a>; the
182182
* transformation formats upon which they are based are specified in
183183
* Amendment&nbsp;1 of ISO&nbsp;10646-1 and are also described in the <a
184-
* href="http://www.unicode.org/unicode/standard/standard.html"><i>Unicode
184+
* href="http://www.unicode.org/standard/standard.html"><i>Unicode
185185
* Standard</i></a>.
186186
*
187187
* <p> The {@code UTF-16} charsets use sixteen-bit quantities and are

src/java.base/share/classes/java/text/Collator.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1997, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -189,7 +189,7 @@ public abstract class Collator
189189
* <p>
190190
* CANONICAL_DECOMPOSITION corresponds to Normalization Form D as
191191
* described in
192-
* <a href="http://www.unicode.org/unicode/reports/tr15/tr15-23.html">Unicode
192+
* <a href="http://www.unicode.org/reports/tr15/tr15-23.html">Unicode
193193
* Technical Report #15</a>.
194194
* @see java.text.Collator#getDecomposition
195195
* @see java.text.Collator#setDecomposition
@@ -208,7 +208,7 @@ public abstract class Collator
208208
* <p>
209209
* FULL_DECOMPOSITION corresponds to Normalization Form KD as
210210
* described in
211-
* <a href="http://www.unicode.org/unicode/reports/tr15/tr15-23.html">Unicode
211+
* <a href="http://www.unicode.org/reports/tr15/tr15-23.html">Unicode
212212
* Technical Report #15</a>.
213213
* @see java.text.Collator#getDecomposition
214214
* @see java.text.Collator#setDecomposition

src/java.base/share/classes/java/util/regex/Pattern.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1999, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1999, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -602,7 +602,7 @@
602602
* {@code gc}) as in {@code general_category=Lu} or {@code gc=Lu}.
603603
* <p>
604604
* The supported categories are those of
605-
* <a href="http://www.unicode.org/unicode/standard/standard.html">
605+
* <a href="http://www.unicode.org/standard/standard.html">
606606
* <i>The Unicode Standard</i></a> in the version specified by the
607607
* {@link java.lang.Character Character} class. The category names are those
608608
* defined in the Standard, both normative and informative.
@@ -906,7 +906,7 @@ public final class Pattern
906906
* <i>Predefined character classes</i> and <i>POSIX character classes</i>
907907
* are in conformance with
908908
* <a href="http://www.unicode.org/reports/tr18/"><i>Unicode Technical
909-
* Standard #18: Unicode Regular Expression</i></a>
909+
* Standard #18: Unicode Regular Expressions</i></a>
910910
* <i>Annex C: Compatibility Properties</i>.
911911
* <p>
912912
* The UNICODE_CHARACTER_CLASS mode can also be enabled via the embedded

src/java.base/share/classes/jdk/internal/icu/text/BidiBase.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2009, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2009, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -63,7 +63,7 @@
6363
*
6464
* This is an implementation of the Unicode Bidirectional Algorithm. The
6565
* algorithm is defined in the <a
66-
* href="http://www.unicode.org/unicode/reports/tr9/">Unicode Standard Annex #9</a>.
66+
* href="http://www.unicode.org/reports/tr9/">Unicode Standard Annex #9</a>.
6767
* <p>
6868
*
6969
* Note: Libraries that perform a bidirectional algorithm and reorder strings
@@ -3363,7 +3363,7 @@ void setParaRunsOnly(char[] parmText, byte parmParaLevel) {
33633363

33643364
/**
33653365
* Perform the Unicode Bidi algorithm. It is defined in the
3366-
* <a href="http://www.unicode.org/unicode/reports/tr9/">Unicode Standard Annex #9</a>,
3366+
* <a href="http://www.unicode.org/reports/tr9/">Unicode Standard Annex #9</a>,
33673367
* version 13,
33683368
* also described in The Unicode Standard, Version 4.0 .<p>
33693369
*
@@ -3448,7 +3448,7 @@ void setPara(String text, byte paraLevel, byte[] embeddingLevels)
34483448

34493449
/**
34503450
* Perform the Unicode Bidi algorithm. It is defined in the
3451-
* <a href="http://www.unicode.org/unicode/reports/tr9/">Unicode Standard Annex #9</a>,
3451+
* <a href="http://www.unicode.org/reports/tr9/">Unicode Standard Annex #9</a>,
34523452
* version 13,
34533453
* also described in The Unicode Standard, Version 4.0 .<p>
34543454
*
@@ -3784,7 +3784,7 @@ void setPara(char[] chars, byte paraLevel, byte[] embeddingLevels)
37843784

37853785
/**
37863786
* Perform the Unicode Bidi algorithm on a given paragraph, as defined in the
3787-
* <a href="http://www.unicode.org/unicode/reports/tr9/">Unicode Standard Annex #9</a>,
3787+
* <a href="http://www.unicode.org/reports/tr9/">Unicode Standard Annex #9</a>,
37883788
* version 13,
37893789
* also described in The Unicode Standard, Version 4.0 .<p>
37903790
*

src/java.base/share/classes/jdk/internal/icu/text/BidiLine.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2009, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2009, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -47,7 +47,7 @@ final class BidiLine {
4747
* text in a single paragraph or in a line of a single paragraph
4848
* which has already been processed according to
4949
* the Unicode 3.0 Bidi algorithm as defined in
50-
* http://www.unicode.org/unicode/reports/tr9/ , version 13,
50+
* http://www.unicode.org/reports/tr9/ , version 13,
5151
* also described in The Unicode Standard, Version 4.0.1 .
5252
*
5353
* This means that there is a Bidi object with a levels

src/java.base/share/classes/jdk/internal/icu/text/Normalizer2.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2015, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -43,7 +43,7 @@
4343
* The primary functions are to produce a normalized string and to detect whether
4444
* a string is already normalized.
4545
* The most commonly used normalization forms are those defined in
46-
* http://www.unicode.org/unicode/reports/tr15/
46+
* http://www.unicode.org/reports/tr15/
4747
* However, this API supports additional normalization forms for specialized purposes.
4848
* For example, NFKC_Casefold is provided via getInstance("nfkc_cf", COMPOSE)
4949
* and can be used in implementations of UTS #46.

src/java.base/share/classes/jdk/internal/icu/text/NormalizerBase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2005, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2005, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -44,7 +44,7 @@
4444
* <code>normalize</code> transforms Unicode text into an equivalent composed or
4545
* decomposed form, allowing for easier sorting and searching of text.
4646
* <code>normalize</code> supports the standard normalization forms described in
47-
* <a href="http://www.unicode.org/unicode/reports/tr15/" target="unicode">
47+
* <a href="http://www.unicode.org/reports/tr15/" target="unicode">
4848
* Unicode Standard Annex #15 &mdash; Unicode Normalization Forms</a>.
4949
*
5050
* Characters with accents or other adornments can be encoded in

src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/RegularExpression.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2015, 2021, Oracle and/or its affiliates. All rights reserved.
33
*/
44
/*
55
* Licensed to the Apache Software Foundation (ASF) under one or more
@@ -473,7 +473,7 @@
473473
* <hr width="50%">
474474
* <h3>TODO</h3>
475475
* <ul>
476-
* <li><a href="http://www.unicode.org/unicode/reports/tr18/">Unicode Regular Expression Guidelines</a>
476+
* <li><a href="http://www.unicode.org/reports/tr18/">Unicode Regular Expression Guidelines</a>
477477
* <ul>
478478
* <li>2.4 Canonical Equivalents
479479
* <li>Level 3

0 commit comments

Comments
 (0)