Skip to content

Commit 88ccd64

Browse files
committedNov 13, 2023
8296250: Update ICU4J to Version 74.1
Reviewed-by: joehw, lancea, rriggs
1 parent 03db828 commit 88ccd64

File tree

11 files changed

+102
-448
lines changed

11 files changed

+102
-448
lines changed
 
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

‎src/java.base/share/classes/jdk/internal/icu/lang/UCharacter.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2009, 2022, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2009, 2023, 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
@@ -84,7 +84,7 @@
8484
* <p>
8585
* Further detail on differences can be determined using the program
8686
* <a href=
87-
* "https://github.com/unicode-org/icu/blob/main/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/UCharacterCompare.java">
87+
* "https://github.com/unicode-org/icu/blob/main/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/lang/UCharacterCompare.java">
8888
* com.ibm.icu.dev.test.lang.UCharacterCompare</a>
8989
* </p>
9090
* <p>

‎src/java.base/share/classes/jdk/internal/icu/util/CodePointMap.java

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2019, 2023, 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,10 +63,10 @@ public enum RangeOption {
6363
*
6464
* <p>Most users should use NORMAL instead.
6565
*
66-
* <p>This option is useful for maps that map surrogate code *units* to
66+
* <p>This option is useful for maps that map surrogate code <i>units</i> to
6767
* special values optimized for UTF-16 string processing
6868
* or for special error behavior for unpaired surrogates,
69-
* but those values are not to be associated with the lead surrogate code *points*.
69+
* but those values are not to be associated with the lead surrogate code <i>points</i>.
7070
*
7171
* @stable ICU 63
7272
*/
@@ -80,10 +80,10 @@ public enum RangeOption {
8080
*
8181
* <p>Most users should use NORMAL instead.
8282
*
83-
* <p>This option is useful for maps that map surrogate code *units* to
83+
* <p>This option is useful for maps that map surrogate code <i>units</i> to
8484
* special values optimized for UTF-16 string processing
8585
* or for special error behavior for unpaired surrogates,
86-
* but those values are not to be associated with the lead surrogate code *points*.
86+
* but those values are not to be associated with the lead surrogate code <i>points</i>.
8787
*
8888
* @stable ICU 63
8989
*/

‎src/java.base/share/classes/jdk/internal/icu/util/VersionInfo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public final class VersionInfo
5454
* @deprecated This API is ICU internal only.
5555
*/
5656
@Deprecated
57-
public static final String ICU_DATA_VERSION_PATH = "72b";
57+
public static final String ICU_DATA_VERSION_PATH = "74b";
5858

5959
// public methods ------------------------------------------------------
6060

‎src/java.base/share/legal/icu.md

+94-440
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)