diff --git a/README.md b/README.md
index 515bd88b98a..af7cb633f8a 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# International Components for Unicode
-This is the repository for the [International Components for Unicode](http://site.icu-project.org).
+This is the repository for the [International Components for Unicode](https://icu.unicode.org/).
The ICU project is under the stewardship of [The Unicode Consortium](https://www.unicode.org).
- Source: https://github.com/unicode-org/icu
diff --git a/docs/index.md b/docs/index.md
index e66c895055e..a63052e3c55 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -12,7 +12,7 @@ License & terms of use: http://www.unicode.org/copyright.html
# ICU Documentation
-[](http://site.icu-project.org/)
+[](https://icu.unicode.org/)
## ICU User Guide
diff --git a/docs/processes/release/tasks/docs.md b/docs/processes/release/tasks/docs.md
index ad18bba834a..697a17b8c86 100644
--- a/docs/processes/release/tasks/docs.md
+++ b/docs/processes/release/tasks/docs.md
@@ -67,7 +67,7 @@ License & terms of use: http://www.unicode.org/copyright.html
Update the API documentation to have correct @draft/@stable/@deprecated labels.
See the [User Guide, ICU Architectural Design, ICU API
-compatibility](http://userguide.icu-project.org/design#TOC-ICU-API-compatibility).
+compatibility](https://unicode-org.github.io/icu/userguide/icu/design#icu-api-compatibility).
On ICU4J, run
[com.ibm.icu.dev.tool.docs.CheckTags](https://github.com/unicode-org/icu/blob/main/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/CheckTags.java)
@@ -247,7 +247,7 @@ Same for `@obsolete` & If some of the following directories are missing, it's probably
because you got an official download. If you need the data source files
for customization, then please download the complete ICU source code from the ICU repository.#ifndef U_HIDE_OBSOLETE_API
..
For more details (and cautions) see the
Coding Guidelines section [C/C++ Hiding Un-@stable
-APIs](http://userguide.icu-project.org/dev/codingguidelines#TOC-C-C-Hiding-Un--stable-APIs).
+APIs](https://unicode-org.github.io/icu/userguide/dev/codingguidelines#cc-hiding-un-stable-apis).
### Task
@@ -363,7 +363,7 @@ Note: This is also referenced below '[Upload API documentations](docs.md)' for h
### ICU4J
**Note:** JCite must be installed for building ICU4J documentation:
-
* Code snippets illustrating the use of the Break Iterator APIs * are available in the ICU User Guide, - * http://icu-project.org/userguide/boundaryAnalysis.html + * https://unicode-org.github.io/icu/userguide/boundaryanalysis/ * and in the sample program icu/source/samples/break/break.cpp * */ diff --git a/icu4c/source/common/unicode/docmain.h b/icu4c/source/common/unicode/docmain.h index e82678c95f5..4e29e283cde 100644 --- a/icu4c/source/common/unicode/docmain.h +++ b/icu4c/source/common/unicode/docmain.h @@ -47,7 +47,7 @@ *
The API References for each release of ICU are also available as * a zip file from the ICU - * download page.
+ * download page. * ** Resource bundles in ICU4C are currently defined using text files which conform to the following - * BNF definition. + * BNF definition. * More on resource bundle concepts and syntax can be found in the - * Users Guide. + * Users Guide. *
* * The ResourceBundle class is not suitable for subclassing. diff --git a/icu4c/source/common/unicode/ubrk.h b/icu4c/source/common/unicode/ubrk.h index 1249b0b160d..c603f7c13f3 100644 --- a/icu4c/source/common/unicode/ubrk.h +++ b/icu4c/source/common/unicode/ubrk.h @@ -94,7 +94,7 @@ *
* Code snippets illustrating the use of the Break Iterator APIs * are available in the ICU User Guide, - * http://icu-project.org/userguide/boundaryAnalysis.html + * https://unicode-org.github.io/icu/userguide/boundaryanalysis/ * and in the sample program icu/source/samples/break/break.cpp */ diff --git a/icu4c/source/common/unicode/uchar.h b/icu4c/source/common/unicode/uchar.h index f5becd01755..253e6db173f 100644 --- a/icu4c/source/common/unicode/uchar.h +++ b/icu4c/source/common/unicode/uchar.h @@ -77,7 +77,7 @@ U_CDECL_BEGIN * * For more information see * "About the Unicode Character Database" (http://www.unicode.org/ucd/) - * and the ICU User Guide chapter on Properties (http://icu-project.org/userguide/properties.html). + * and the ICU User Guide chapter on Properties (https://unicode-org.github.io/icu/userguide/strings/properties). * * Many properties are accessible via generic functions that take a UProperty selector. * - u_hasBinaryProperty() returns a binary value (true/false) per property and code point. @@ -3946,7 +3946,7 @@ u_isJavaIDPart(UChar32 c); * Full case mappings are applied by the string case mapping functions, * see ustring.h and the UnicodeString class. * See also the User Guide chapter on C/POSIX migration: - * http://icu-project.org/userguide/posix.html#case_mappings + * https://unicode-org.github.io/icu/userguide/icu/posix#case-mappings * * @param c the code point to be mapped * @return the Simple_Lowercase_Mapping of the code point, if any; @@ -3971,7 +3971,7 @@ u_tolower(UChar32 c); * Full case mappings are applied by the string case mapping functions, * see ustring.h and the UnicodeString class. * See also the User Guide chapter on C/POSIX migration: - * http://icu-project.org/userguide/posix.html#case_mappings + * https://unicode-org.github.io/icu/userguide/icu/posix#case-mappings * * @param c the code point to be mapped * @return the Simple_Uppercase_Mapping of the code point, if any; @@ -3996,7 +3996,7 @@ u_toupper(UChar32 c); * Full case mappings are applied by the string case mapping functions, * see ustring.h and the UnicodeString class. * See also the User Guide chapter on C/POSIX migration: - * http://icu-project.org/userguide/posix.html#case_mappings + * https://unicode-org.github.io/icu/userguide/icu/posix#case-mappings * * @param c the code point to be mapped * @return the Simple_Titlecase_Mapping of the code point, if any; @@ -4020,7 +4020,7 @@ u_totitle(UChar32 c); * Full case mappings are applied by the string case mapping functions, * see ustring.h and the UnicodeString class. * See also the User Guide chapter on C/POSIX migration: - * http://icu-project.org/userguide/posix.html#case_mappings + * https://unicode-org.github.io/icu/userguide/icu/posix#case-mappings * * @param c the code point to be mapped * @param options Either U_FOLD_CASE_DEFAULT or U_FOLD_CASE_EXCLUDE_SPECIAL_I diff --git a/icu4c/source/common/unicode/ucnv.h b/icu4c/source/common/unicode/ucnv.h index ddf2a961fe6..2687c984d43 100644 --- a/icu4c/source/common/unicode/ucnv.h +++ b/icu4c/source/common/unicode/ucnv.h @@ -42,8 +42,7 @@ * many other callback actions that can be used instead of a character substitution.
* *More information about this API can be found in our - * User's - * Guide.
+ * User Guide. */ #ifndef UCNV_H @@ -340,7 +339,7 @@ ucnv_compareNames(const char *name1, const char *name2); * *The conversion behavior and names can vary between platforms. ICU may * convert some characters differently from other platforms. Details on this topic - * are in the User's + * are in the User * Guide. Aliases starting with a "cp" prefix have no specific meaning * other than its an alias starting with the letters "cp". Please do not * associate any meaning to these aliases.
@@ -1935,7 +1934,7 @@ ucnv_isAmbiguous(const UConverter *cnv); * reverse fallbacks (to Unicode). * For details see ".ucm File Format" * in the Conversion Data chapter of the ICU User Guide: - * http://www.icu-project.org/userguide/conversion-data.html#ucmformat + * https://unicode-org.github.io/icu/userguide/conversion/data.html#ucm-file-format * * @param cnv The converter to set the fallback mapping usage on. * @param usesFallback true if the user wants the converter to take advantage of the fallback diff --git a/icu4c/source/common/unicode/ucptrie.h b/icu4c/source/common/unicode/ucptrie.h index b95491b183e..e2547ae2eea 100644 --- a/icu4c/source/common/unicode/ucptrie.h +++ b/icu4c/source/common/unicode/ucptrie.h @@ -43,7 +43,7 @@ typedef union UCPTrieData { /** * Immutable Unicode code point trie structure. * Fast, reasonably compact, map from Unicode code points (U+0000..U+10FFFF) to integer values. - * For details see http://site.icu-project.org/design/struct/utrie + * For details see https://icu.unicode.org/design/struct/utrie * * Do not access UCPTrie fields directly; use public functions and macros. * Functions are easy to use: They support all trie types and value widths. diff --git a/icu4c/source/common/unicode/udata.h b/icu4c/source/common/unicode/udata.h index 22f764b169c..c5b1adc359c 100644 --- a/icu4c/source/common/unicode/udata.h +++ b/icu4c/source/common/unicode/udata.h @@ -231,7 +231,7 @@ udata_open(const char *path, const char *type, const char *name, * logically prepended to the ICU data directory string. * *For details about ICU data loading see the User Guide - * Data Management chapter. (http://icu-project.org/userguide/icudata.html)
+ * Data Management chapter. (https://unicode-org.github.io/icu/userguide/icu_data/) * * @param path Specifies an absolute path and/or a basename for the * finding of the data in the file system. diff --git a/icu4c/source/common/unicode/umutablecptrie.h b/icu4c/source/common/unicode/umutablecptrie.h index 5325d58147a..3b950055da7 100644 --- a/icu4c/source/common/unicode/umutablecptrie.h +++ b/icu4c/source/common/unicode/umutablecptrie.h @@ -31,7 +31,7 @@ U_CDECL_BEGIN /** * Mutable Unicode code point trie. * Fast map from Unicode code points (U+0000..U+10FFFF) to 32-bit integer values. - * For details see http://site.icu-project.org/design/struct/utrie + * For details see https://icu.unicode.org/design/struct/utrie * * Setting values (especially ranges) and lookup is fast. * The mutable trie is only somewhat space-efficient. diff --git a/icu4c/source/common/unicode/uniset.h b/icu4c/source/common/unicode/uniset.h index 66bbaec4cca..730337a3535 100644 --- a/icu4c/source/common/unicode/uniset.h +++ b/icu4c/source/common/unicode/uniset.h @@ -124,8 +124,8 @@ class RuleCharacterIterator; * "[: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 - * - * http://icu-project.org/userguide/unicodeSet.html. + * + * https://unicode-org.github.io/icu/userguide/strings/unicodeset. * Actual determination of property data is defined by the underlying * Unicode database as implemented by UCharacter. * @@ -1639,7 +1639,7 @@ private: * * The original design document is out of date, but still useful. * Ignore the property and value names: - * http://source.icu-project.org/repos/icu/icuhtml/trunk/design/unicodeset_properties.html + * https://htmlpreview.github.io/?https://github.com/unicode-org/icu-docs/blob/main/design/unicodeset_properties.html * * Recognized syntax: * diff --git a/icu4c/source/common/unicode/unorm.h b/icu4c/source/common/unicode/unorm.h index c3c57582d44..38fb8951557 100644 --- a/icu4c/source/common/unicode/unorm.h +++ b/icu4c/source/common/unicode/unorm.h @@ -115,7 +115,7 @@ * unorm_normalize(UNORM_FCD) may be implemented with UNORM_NFD. * * For more details on FCD see the collation design document: - * http://source.icu-project.org/repos/icu/icuhtml/trunk/design/collation/ICU_collation_design.htm + * https://htmlpreview.github.io/?https://github.com/unicode-org/icu-docs/blob/main/design/collation/ICU_collation_design.htm * * ICU collation performs either NFD or FCD normalization automatically if normalization * is turned on for the collator object. diff --git a/icu4c/source/common/unicode/ures.h b/icu4c/source/common/unicode/ures.h index fff84043e84..a6c43f9537a 100644 --- a/icu4c/source/common/unicode/ures.h +++ b/icu4c/source/common/unicode/ures.h @@ -44,9 +44,9 @@ * locale and then ask it for individual resources. ** Resource bundles in ICU4C are currently defined using text files which conform to the following - * BNF definition. + * BNF definition. * More on resource bundle concepts and syntax can be found in the - * Users Guide. + * Users Guide. *
*/ diff --git a/icu4c/source/common/unicode/ustring.h b/icu4c/source/common/unicode/ustring.h index 10ea45ead1d..5452fbe09a8 100644 --- a/icu4c/source/common/unicode/ustring.h +++ b/icu4c/source/common/unicode/ustring.h @@ -72,7 +72,7 @@ * their occurrence is rare. Almost all characters in modern use require only * a single UChar code unit (i.e., their code point values are <=0xffff). * - * For more details see the User Guide Strings chapter (http://icu-project.org/userguide/strings.html). + * For more details see the User Guide Strings chapter (https://unicode-org.github.io/icu/userguide/strings/). * For a discussion of the handling of unpaired surrogates see also * Jitterbug 2145 and its icu mailing list proposal on 2002-sep-18. */ diff --git a/icu4c/source/common/unicode/utypes.h b/icu4c/source/common/unicode/utypes.h index a33a7c99219..f890d5d1dbb 100644 --- a/icu4c/source/common/unicode/utypes.h +++ b/icu4c/source/common/unicode/utypes.h @@ -400,7 +400,7 @@ typedef double UDate; * suitable subclass. * * For more information, see: - * http://icu-project.org/userguide/conventions + * https://unicode-org.github.io/icu/userguide/dev/codingguidelines#details-about-icu-error-codes * * Note: By convention, ICU functions that take a reference (C++) or a pointer * (C) to a UErrorCode first test: diff --git a/icu4c/source/common/ustrcase.cpp b/icu4c/source/common/ustrcase.cpp index 618e847c65d..36b19e75f2d 100644 --- a/icu4c/source/common/ustrcase.cpp +++ b/icu4c/source/common/ustrcase.cpp @@ -544,7 +544,7 @@ U_NAMESPACE_BEGIN namespace GreekUpper { // Data generated by prototype code, see -// http://site.icu-project.org/design/case/greek-upper +// https://icu.unicode.org/design/case/greek-upper // TODO: Move this data into ucase.icu. static const uint16_t data0370[] = { // U+0370..03FF diff --git a/icu4c/source/data/mappings/convrtrs.txt b/icu4c/source/data/mappings/convrtrs.txt index 4aaa592a532..7b1ec89cead 100644 --- a/icu4c/source/data/mappings/convrtrs.txt +++ b/icu4c/source/data/mappings/convrtrs.txt @@ -9,7 +9,7 @@ # If this converter alias table looks very confusing, a much easier to # understand view can be found at this demo: -# http://demo.icu-project.org/icu-bin/convexp +# https://icu4c-demos.unicode.org/icu-bin/convexp # IMPORTANT NOTE # diff --git a/icu4c/source/data/translit/am_am_Latn_BGN.txt b/icu4c/source/data/translit/am_am_Latn_BGN.txt index 1561c6318e7..be553a11ce6 100644 --- a/icu4c/source/data/translit/am_am_Latn_BGN.txt +++ b/icu4c/source/data/translit/am_am_Latn_BGN.txt @@ -27,7 +27,7 @@ $ejective = ’; $glottal = ’; $pharyngeal = ‘; # Use this $wordBoundary until bug 2034 is fixed in ICU: -# http://bugs.icu-project.org/trac/ticket/2034 +# https://unicode-org.atlassian.net/browse/ICU-2034 $wordBoundary = [^[:L:][:M:][:N:]] ; ######################################################################## # Start of Syllabic Transformations diff --git a/icu4c/source/data/unidata/changes.txt b/icu4c/source/data/unidata/changes.txt index d9af0ac707d..1a24657e819 100644 --- a/icu4c/source/data/unidata/changes.txt +++ b/icu4c/source/data/unidata/changes.txt @@ -2613,7 +2613,7 @@ or ---------------------------------------------------------------------------- *** -New script codes early in ICU 58: http://bugs.icu-project.org/trac/ticket/11764 +New script codes early in ICU 58: https://unicode-org.atlassian.net/browse/ICU-11764 Adding - new scripts in Unicode 9: Adlm, Bhks, Marc, Newa, Osge @@ -2641,7 +2641,7 @@ SRC_DATA_IN=$ICU_SRC_DIR/source/data/in UNIDATA=$ICU_SRC_DIR/source/data/unidata Adjust unicode/c/genprops/*builder.cpp for #ifndef/#ifdef changes in _data.h files, -see http://bugs.icu-project.org/trac/ticket/12141 +see https://unicode-org.atlassian.net/browse/ICU-12141 make install, then icutools cmake & make, then ~/svn.icutools/trunk/dbg/unicode/c$ make && genprops/genprops $ICU_SRC_DIR @@ -2672,7 +2672,7 @@ Generate Java data as usual, only update pnames.icu & uprops.icu. ---------------------------------------------------------------------------- *** -Emoji properties added in ICU 57: http://bugs.icu-project.org/trac/ticket/11802 +Emoji properties added in ICU 57: https://unicode-org.atlassian.net/browse/ICU-11802 Edit preparseucd.py to add & parse new properties. They share the UCD property namespace but are not listed in PropertyAliases.txt. @@ -3753,7 +3753,7 @@ or Future Unicode update Tools simplified since the Unicode 6.1 update. See -- http://site.icu-project.org/design/props/ppucd +- https://icu.unicode.org/design/props/ppucd - http://bugs.icu-project.org/trac/wiki/Markus/ReviewTicket8972 * Unicode version numbers diff --git a/icu4c/source/data/xml/brkitr/de.xml b/icu4c/source/data/xml/brkitr/de.xml index 704c091a7eb..e9ef95b84f2 100644 --- a/icu4c/source/data/xml/brkitr/de.xml +++ b/icu4c/source/data/xml/brkitr/de.xml @@ -4,7 +4,7 @@ License & terms of use: http://www.unicode.org/copyright.html Copyright (c) 2010-2015 International Business Machines Corporation and others. All rights reserved. - See http://bugs.icu-project.org/trac/ticket/10750#comment:5 - this file is needed to emit break iterator rules properly. + See comments on https://unicode-org.atlassian.net/browse/ICU-10750 - this file is needed to emit break iterator rules properly. --> -2.1 && offset < 2.1) { // Allow a 1% epsilon, so offsets in -1.01..-0.99 map to LAST diff --git a/icu4c/source/i18n/unicode/dcfmtsym.h b/icu4c/source/i18n/unicode/dcfmtsym.h index 20a6aae13b2..c5f7404416f 100644 --- a/icu4c/source/i18n/unicode/dcfmtsym.h +++ b/icu4c/source/i18n/unicode/dcfmtsym.h @@ -425,7 +425,7 @@ public: * * This is not currently stable API, but if you think it should be stable, * post a comment on the following ticket and the ICU team will take a look: - * http://bugs.icu-project.org/trac/ticket/13580 + * https://unicode-org.atlassian.net/browse/ICU-13580 * * @param symbol Constant to indicate a number format symbol. * @return the format symbol by the param 'symbol' @@ -442,7 +442,7 @@ public: * * This is not currently stable API, but if you think it should be stable, * post a comment on the following ticket and the ICU team will take a look: - * http://bugs.icu-project.org/trac/ticket/13580 + * https://unicode-org.atlassian.net/browse/ICU-13580 * * @param digit The digit, an integer between 0 and 9 inclusive. * If outside the range 0 to 9, the zero digit is returned. diff --git a/icu4c/source/i18n/unicode/stsearch.h b/icu4c/source/i18n/unicode/stsearch.h index af1b2d4eabc..c23e651d897 100644 --- a/icu4c/source/i18n/unicode/stsearch.h +++ b/icu4c/source/i18n/unicode/stsearch.h @@ -37,7 +37,7 @@ U_NAMESPACE_BEGIN * StringSearch ensures that language eccentricity can be * handled, e.g. for the German collator, characters ß and SS will be matched * if case is chosen to be ignored. - * See the + * See the * "ICU Collation Design Document" for more information. *
* There are 2 match options for selection:
diff --git a/icu4c/source/i18n/unicode/usearch.h b/icu4c/source/i18n/unicode/usearch.h
index 7fe8df76015..fd0b84f6723 100644
--- a/icu4c/source/i18n/unicode/usearch.h
+++ b/icu4c/source/i18n/unicode/usearch.h
@@ -32,7 +32,7 @@
* see ucol.h
. This ensures that language eccentricity can be
* handled, e.g. for the German collator, characters ß and SS will be matched
* if case is chosen to be ignored.
- * See the
+ * See the
* "ICU Collation Design Document" for more information.
*
* As of ICU4C 4.0 / ICU4J 53, the implementation uses a linear search. In previous versions,
diff --git a/icu4c/source/samples/msgfmt/README.TXT b/icu4c/source/samples/msgfmt/README.TXT
index 5fc50b43a0a..d16d0136ee3 100644
--- a/icu4c/source/samples/msgfmt/README.TXT
+++ b/icu4c/source/samples/msgfmt/README.TXT
@@ -18,8 +18,7 @@ The code currently provided in the solution file is the answer to the exercises,
Pre-requisites:
1. All the hardware and software requirements from Day 1.
2. Attended or fully understand Day 1 material.
- 3. Read through the ICU user's guide at
- http://www.icu-project.org/userguide/.
+ 3. Read through the ICU user's guide at https://unicode-org.github.io/icu/userguide/.
#Date/Time/Number Formatting Support
9:30am - 10:30am
diff --git a/icu4c/source/samples/translit/README.TXT b/icu4c/source/samples/translit/README.TXT
index 3e8c2742b91..a0302876c10 100644
--- a/icu4c/source/samples/translit/README.TXT
+++ b/icu4c/source/samples/translit/README.TXT
@@ -17,8 +17,7 @@ The code currently provided in the solution file is the answer to the exercises,
Pre-requisite:
1. All the hardware and software requirements from Day 1.
2. Attended or fully understand Day 1 material.
- 3. Read through the ICU user's guide at
- http://www.icu-project.org/userguide/.
+ 3. Read through the ICU user's guide at https://unicode-org.github.io/icu/userguide/.
#Transformation Support
10:45am - 12:00pm
diff --git a/icu4c/source/test/intltest/dtfmttst.cpp b/icu4c/source/test/intltest/dtfmttst.cpp
index 18dc02af3c4..16f3002a95e 100644
--- a/icu4c/source/test/intltest/dtfmttst.cpp
+++ b/icu4c/source/test/intltest/dtfmttst.cpp
@@ -4504,7 +4504,7 @@ static const UDate TEST_DATE = 1326585600000.; // 2012-jan-15
void DateFormatTest::TestDotAndAtLeniency() {
// Test for date/time parsing regression with CLDR 22.1/ICU 50 pattern strings.
- // For details see http://bugs.icu-project.org/trac/ticket/9789
+ // For details see https://unicode-org.atlassian.net/browse/ICU-9789
static const char *locales[] = { "en", "fr" };
for (int32_t i = 0; i < UPRV_LENGTHOF(locales); ++i) {
Locale locale(locales[i]);
@@ -4576,7 +4576,7 @@ typedef struct {
} TestDateFormatLeniencyItem;
void DateFormatTest::TestDateFormatLeniency() {
- // For details see http://bugs.icu-project.org/trac/ticket/10261
+ // For details see https://unicode-org.atlassian.net/browse/ICU-10261
const UDate july022008 = 1215000001979.0;
const TestDateFormatLeniencyItem items[] = {
@@ -4655,7 +4655,7 @@ typedef struct {
} TestMultiPatternMatchItem;
void DateFormatTest::TestParseMultiPatternMatch() {
- // For details see http://bugs.icu-project.org/trac/ticket/10336
+ // For details see https://unicode-org.atlassian.net/browse/ICU-10336
const TestMultiPatternMatchItem items[] = {
// leniency parse String pattern expected result
{true, UnicodeString("2013-Sep 13"), UnicodeString("yyyy-MMM dd"), UnicodeString("2013-Sep 13")},
diff --git a/icu4c/source/test/intltest/regextst.cpp b/icu4c/source/test/intltest/regextst.cpp
index 79700d33215..d55d9917d31 100644
--- a/icu4c/source/test/intltest/regextst.cpp
+++ b/icu4c/source/test/intltest/regextst.cpp
@@ -5534,7 +5534,7 @@ void RegexTest::TestCaseInsensitiveStarters() {
// Test that the data used by RegexCompile::findCaseInsensitiveStarters() hasn't
// become stale because of new Unicode characters.
// If it is stale, rerun the generation tool
- // svn+ssh://source.icu-project.org/repos/icu/tools/trunk/unicode/c/genregexcasing
+ // https://github.com/unicode-org/icu/tree/main/tools/unicode/c/genregexcasing
// and replace the embedded data in i18n/regexcmp.cpp
for (UChar32 cp=0; cp<=0x10ffff; cp++) {
diff --git a/icu4c/source/test/intltest/strcase.cpp b/icu4c/source/test/intltest/strcase.cpp
index 7dba75fe567..006bcd64ed3 100644
--- a/icu4c/source/test/intltest/strcase.cpp
+++ b/icu4c/source/test/intltest/strcase.cpp
@@ -788,7 +788,7 @@ StringCaseTest::assertGreekUpper(const char16_t *s, const char16_t *expected) {
void
StringCaseTest::TestGreekUpper() {
- // http://bugs.icu-project.org/trac/ticket/5456
+ // https://unicode-org.atlassian.net/browse/ICU-5456
assertGreekUpper(u"άδικος, κείμενο, ίριδα", u"ΑΔΙΚΟΣ, ΚΕΙΜΕΝΟ, ΙΡΙΔΑ");
// https://bugzilla.mozilla.org/show_bug.cgi?id=307039
// https://bug307039.bmoattachments.org/attachment.cgi?id=194893
@@ -1030,7 +1030,7 @@ void StringCaseTest::TestCopyMoveEdits() {
TestUtility::checkEqualEdits(*this, u"c = b", b, c, errorCode);
// std::move trouble on these platforms.
- // See https://ssl.icu-project.org/trac/ticket/13393
+ // See https://unicode-org.atlassian.net/browse/ICU-13393
#if !(U_PLATFORM == U_PF_AIX || U_PLATFORM == U_PF_OS390)
// move constructor empties object with heap array
Edits d(std::move(a));
diff --git a/icu4c/source/test/intltest/tsmthred.cpp b/icu4c/source/test/intltest/tsmthred.cpp
index 85f471f35bc..dd8b725965f 100644
--- a/icu4c/source/test/intltest/tsmthred.cpp
+++ b/icu4c/source/test/intltest/tsmthred.cpp
@@ -844,7 +844,7 @@ void MultithreadTest::TestCollators()
"INFO: Working with the stub file.\n"
"If you need the full conformance test, please\n"
"download the appropriate data files from:\n"
- "http://source.icu-project.org/repos/icu/tools/trunk/unicodetools/com/ibm/text/data/");
+ "https://github.com/unicode-org/cldr/tree/main/common/uca");
}
}
}
diff --git a/icu4c/source/test/perf/howExpensiveIs/readme.txt b/icu4c/source/test/perf/howExpensiveIs/readme.txt
index cd056573f1d..51e548ad94a 100644
--- a/icu4c/source/test/perf/howExpensiveIs/readme.txt
+++ b/icu4c/source/test/perf/howExpensiveIs/readme.txt
@@ -68,7 +68,7 @@ How Expensive Is It?
** Appendix II: Analysis.csv
-http://bugs.icu-project.org/trac/ticket/8653,"""Control"", linux i7
+https://unicode-org.atlassian.net/browse/ICU-8653,"""Control"", linux i7
Intel(R) Core(TM) i7-2720QM CPU @ 2.20GHz",MacBook 2.4ghz (Core2D),MacBook 2GhzCore2,AIX Power,MB 2.4 Variance,MB 2 variance,AIX Variance
SieveTest (=1.0),1,1,1,1,0.00%,0.00%,0.00%
NullTest (=0.0),0,0,0,0.08,#DIV/0!,#DIV/0!,#DIV/0!
diff --git a/icu4c/source/test/testdata/rbbitst.txt b/icu4c/source/test/testdata/rbbitst.txt
index 7c42b5e3988..7fb30c9e8e3 100644
--- a/icu4c/source/test/testdata/rbbitst.txt
+++ b/icu4c/source/test/testdata/rbbitst.txt
@@ -1326,7 +1326,8 @@ part •of •the •Luang •Prabang •Range •(ทิว•เขา•ห
\u0E14\u0E49\u0E27\u0E22<200>\u0e2b\u0e25\u0e32\u0e22<200>\
\u0e1e\u0e22\u0e32\u0e07\u0e04\u0e4c<200>
-# Test data originally from http://bugs.icu-project.org/trac/search?q=r30327
+# Test data originally from
+# ICU-8576 svn r30327 = git commit 62d26cc5fe8cc66696143c44a43d664c2d7be100
•กู<200> •กิน<200>กุ้ง<200> •ปิ้่<200>งอ<200>ยู่<200>ใน<200>ถ้ำ<200>
•\u0E01\u0E39<200>\u0020•\u0E01\u0E34\u0E19<200>\u0E01\u0E38\u0E49\u0E07<200>\
@@ -1464,7 +1465,8 @@ Bangkok)•
#
##########################################################################################
-# Test data originally from http://bugs.icu-project.org/trac/search?q=r30327
+# Test data originally from
+# ICU-8576 svn r30327 = git commit 62d26cc5fe8cc66696143c44a43d664c2d7be100
# from the file testdata/wordsegments.txt
More information about the composition of the bit sequence can
* be found in the
- *
+ *
* user guide. The following example shows how
* For more on usage, see example in test procedure
- *
+ *
* src/com/ibm/icu/dev/test/collator/CollationAPITest/TestBounds.
*
*
diff --git a/icu4j/main/classes/collate/src/com/ibm/icu/text/StringSearch.java b/icu4j/main/classes/collate/src/com/ibm/icu/text/StringSearch.java
index 662c11c6b1f..92306a1cd58 100644
--- a/icu4j/main/classes/collate/src/com/ibm/icu/text/StringSearch.java
+++ b/icu4j/main/classes/collate/src/com/ibm/icu/text/StringSearch.java
@@ -40,7 +40,7 @@ import com.ibm.icu.util.ULocale;
* StringSearch ensures that language eccentricity can be
* handled, e.g. for the German collator, characters ß and SS will be matched
* if case is chosen to be ignored.
- * See the
+ * See the
* "ICU Collation Design Document" for more information.
*
* There are 2 match options for selection:
* Further detail on differences can be determined using the program
*
+ * "https://github.com/unicode-org/icu/blob/main/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/UCharacterCompare.java">
* com.ibm.icu.dev.test.lang.UCharacterCompare
*
* In addition to Java compatibility functions, which calculate derived properties,
@@ -100,9 +100,9 @@ import com.ibm.icu.util.VersionInfo;
* For more information see
* "About the Unicode Character Database"
* (http://www.unicode.org/ucd/)
- * and the ICU
+ * and the ICU
* User Guide chapter on Properties
- * (http://www.icu-project.org/userguide/properties.html).
+ * (https://unicode-org.github.io/icu/userguide/strings/properties).
*
* There are also functions that provide easy migration from C/POSIX functions
* like isblank(). Their use is generally discouraged because the C/POSIX
@@ -4621,7 +4621,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://www.icu-project.org/userguide/posix.html#case_mappings
+ * https://unicode-org.github.io/icu/userguide/icu/posix#case-mappings
*
* @param ch code point whose lowercase equivalent is to be retrieved
* @return the lowercase equivalent code point
@@ -4670,7 +4670,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://www.icu-project.org/userguide/posix.html#case_mappings
+ * https://unicode-org.github.io/icu/userguide/icu/posix#case-mappings
*
* @param ch code point whose title case is to be retrieved
* @return titlecase code point
@@ -4693,7 +4693,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://www.icu-project.org/userguide/posix.html#case_mappings
+ * https://unicode-org.github.io/icu/userguide/icu/posix#case-mappings
*
* @param ch code point whose uppercase is to be retrieved
* @return uppercase code point
@@ -5564,7 +5564,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://www.icu-project.org/userguide/posix.html#case_mappings
+ * https://unicode-org.github.io/icu/userguide/icu/posix#case-mappings
*
* @param ch the character to be converted
* @param defaultmapping Indicates whether the default mappings defined in
@@ -5636,7 +5636,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://www.icu-project.org/userguide/posix.html#case_mappings
+ * https://unicode-org.github.io/icu/userguide/icu/posix#case-mappings
*
* @param ch the character to be converted
* @param options A bit set for special processing. Currently the recognised options
diff --git a/icu4j/main/classes/core/src/com/ibm/icu/text/DecimalFormat.java b/icu4j/main/classes/core/src/com/ibm/icu/text/DecimalFormat.java
index c076dc1a261..6fd2dc76468 100644
--- a/icu4j/main/classes/core/src/com/ibm/icu/text/DecimalFormat.java
+++ b/icu4j/main/classes/core/src/com/ibm/icu/text/DecimalFormat.java
@@ -1705,7 +1705,7 @@ public class DecimalFormat extends NumberFormat {
* "*x######0" has a format width of 7 and a pad character of 'x'.
*
* Padding is currently counted in UTF-16 code units; see ticket #13034 for more information.
+ * href="https://unicode-org.atlassian.net/browse/ICU-13034">ticket #13034 for more information.
*
* @param width The minimum number of characters in the output.
* @see #setPadCharacter
diff --git a/icu4j/main/classes/core/src/com/ibm/icu/text/MeasureFormat.java b/icu4j/main/classes/core/src/com/ibm/icu/text/MeasureFormat.java
index 91c27c1f944..96541001676 100644
--- a/icu4j/main/classes/core/src/com/ibm/icu/text/MeasureFormat.java
+++ b/icu4j/main/classes/core/src/com/ibm/icu/text/MeasureFormat.java
@@ -366,7 +366,7 @@ public class MeasureFormat extends UFormat {
return formatMeasures(new StringBuilder(), DontCareFieldPosition.INSTANCE, measures).toString();
}
- // NOTE: For formatMeasureRange(), see http://bugs.icu-project.org/trac/ticket/12454
+ // NOTE: For formatMeasureRange(), see https://unicode-org.atlassian.net/browse/ICU-12454
/**
* Formats a single measure per unit.
diff --git a/icu4j/main/classes/core/src/com/ibm/icu/text/RelativeDateTimeFormatter.java b/icu4j/main/classes/core/src/com/ibm/icu/text/RelativeDateTimeFormatter.java
index 88ce0a477b9..d8e13eae2d3 100644
--- a/icu4j/main/classes/core/src/com/ibm/icu/text/RelativeDateTimeFormatter.java
+++ b/icu4j/main/classes/core/src/com/ibm/icu/text/RelativeDateTimeFormatter.java
@@ -757,7 +757,7 @@ public final class RelativeDateTimeFormatter {
// In the meantime do a quick bring-up by calling the old format method. When the
// new CLDR data is available, update the data storage accordingly, rewrite this
// to use it directly, and rewrite the old format method to call this new one;
- // that is covered by http://bugs.icu-project.org/trac/ticket/12171.
+ // that is covered by https://unicode-org.atlassian.net/browse/ICU-12171.
RelativeUnit relunit = RelativeUnit.SECONDS;
switch (unit) {
case YEAR: relunit = RelativeUnit.YEARS; break;
@@ -911,7 +911,7 @@ public final class RelativeDateTimeFormatter {
// In the meantime do a quick bring-up by calling the old format method. When the
// new CLDR data is available, update the data storage accordingly, rewrite this
// to use it directly, and rewrite the old format method to call this new one;
- // that is covered by http://bugs.icu-project.org/trac/ticket/12171.
+ // that is covered by https://unicode-org.atlassian.net/browse/ICU-12171.
boolean useNumeric = true;
Direction direction = Direction.THIS;
if (offset > -2.1 && offset < 2.1) {
diff --git a/icu4j/main/classes/core/src/com/ibm/icu/text/UnicodeSet.java b/icu4j/main/classes/core/src/com/ibm/icu/text/UnicodeSet.java
index d799b03aaa8..71deefe9716 100644
--- a/icu4j/main/classes/core/src/com/ibm/icu/text/UnicodeSet.java
+++ b/icu4j/main/classes/core/src/com/ibm/icu/text/UnicodeSet.java
@@ -132,8 +132,8 @@ import com.ibm.icu.util.VersionInfo;
* "[: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
- *
- * http://www.icu-project.org/userguide/unicodeSet.html.
+ *
+ * https://unicode-org.github.io/icu/userguide/strings/unicodeset.
* Actual determination of property data is defined by the underlying
* Unicode database as implemented by UCharacter.
*
diff --git a/icu4j/main/classes/core/src/com/ibm/icu/util/CodePointTrie.java b/icu4j/main/classes/core/src/com/ibm/icu/util/CodePointTrie.java
index 3fd2e7011f2..478c5b660ea 100644
--- a/icu4j/main/classes/core/src/com/ibm/icu/util/CodePointTrie.java
+++ b/icu4j/main/classes/core/src/com/ibm/icu/util/CodePointTrie.java
@@ -17,7 +17,7 @@ import com.ibm.icu.impl.Normalizer2Impl.UTF16Plus;
/**
* Immutable Unicode code point trie.
* Fast, reasonably compact, map from Unicode code points (U+0000..U+10FFFF) to integer values.
- * For details see http://site.icu-project.org/design/struct/utrie
+ * For details see https://icu.unicode.org/design/struct/utrie
*
* This class is not intended for public subclassing.
*
diff --git a/icu4j/main/classes/core/src/com/ibm/icu/util/MutableCodePointTrie.java b/icu4j/main/classes/core/src/com/ibm/icu/util/MutableCodePointTrie.java
index 9151124daf9..d394308b149 100644
--- a/icu4j/main/classes/core/src/com/ibm/icu/util/MutableCodePointTrie.java
+++ b/icu4j/main/classes/core/src/com/ibm/icu/util/MutableCodePointTrie.java
@@ -10,7 +10,7 @@ import java.util.Arrays;
/**
* Mutable Unicode code point trie.
* Fast map from Unicode code points (U+0000..U+10FFFF) to 32-bit integer values.
- * For details see http://site.icu-project.org/design/struct/utrie
+ * For details see https://icu.unicode.org/design/struct/utrie
*
* Setting values (especially ranges) and lookup is fast.
* The mutable trie is only somewhat space-efficient.
diff --git a/icu4j/main/classes/core/src/com/ibm/icu/util/UResourceBundle.java b/icu4j/main/classes/core/src/com/ibm/icu/util/UResourceBundle.java
index 2cdb6d7b32f..0c33598a478 100644
--- a/icu4j/main/classes/core/src/com/ibm/icu/util/UResourceBundle.java
+++ b/icu4j/main/classes/core/src/com/ibm/icu/util/UResourceBundle.java
@@ -40,9 +40,9 @@ import com.ibm.icu.impl.ResourceBundleWrapper;
*
* Resource bundles in ICU are currently defined using text files that conform to the
* following BNF
+ * href="https://github.com/unicode-org/icu-docs/blob/main/design/bnf_rb.txt">BNF
* definition. More on resource bundle concepts and syntax can be found in the Users Guide.
+ * href="https://unicode-org.github.io/icu/userguide/locale/resources">Users Guide.
*
* The packaging of ICU *.res files can be of two types
* ICU4C:
diff --git a/icu4j/main/classes/core/src/com/ibm/icu/util/UniversalTimeScale.java b/icu4j/main/classes/core/src/com/ibm/icu/util/UniversalTimeScale.java
index d198de97284..e8f7fe27b29 100644
--- a/icu4j/main/classes/core/src/com/ibm/icu/util/UniversalTimeScale.java
+++ b/icu4j/main/classes/core/src/com/ibm/icu/util/UniversalTimeScale.java
@@ -46,7 +46,7 @@ import com.ibm.icu.math.BigDecimal;
* datetime time scale.
*
* For more details and background, see the
- * Universal Time Scale
+ * Universal Time Scale
* chapter in the ICU User Guide.
*
* @stable ICU 3.2
diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/IndianTest.java b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/IndianTest.java
index c3dcb7c2498..2ff6db6eba3 100644
--- a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/IndianTest.java
+++ b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/IndianTest.java
@@ -252,7 +252,7 @@ public class IndianTest extends CalendarTestFmwk
/**
* Problem reported by Bruno Haible CollationKey
s can be used
@@ -383,7 +383,7 @@ public final class CollationKey implements Comparable
diff --git a/icu4j/main/classes/core/src/com/ibm/icu/impl/CaseMapImpl.java b/icu4j/main/classes/core/src/com/ibm/icu/impl/CaseMapImpl.java
index bd963be7d7f..9c48035acc6 100644
--- a/icu4j/main/classes/core/src/com/ibm/icu/impl/CaseMapImpl.java
+++ b/icu4j/main/classes/core/src/com/ibm/icu/impl/CaseMapImpl.java
@@ -829,7 +829,7 @@ public final class CaseMapImpl {
private static final int AFTER_VOWEL_WITH_ACCENT = 2;
// Data generated by prototype code, see
- // http://site.icu-project.org/design/case/greek-upper
+ // https://icu.unicode.org/design/case/greek-upper
// TODO: Move this data into ucase.icu.
private static final char[] data0370 = {
// U+0370..03FF
diff --git a/icu4j/main/classes/core/src/com/ibm/icu/impl/Normalizer2Impl.java b/icu4j/main/classes/core/src/com/ibm/icu/impl/Normalizer2Impl.java
index ea6c2041193..38f24dc04a9 100644
--- a/icu4j/main/classes/core/src/com/ibm/icu/impl/Normalizer2Impl.java
+++ b/icu4j/main/classes/core/src/com/ibm/icu/impl/Normalizer2Impl.java
@@ -25,7 +25,7 @@ import com.ibm.icu.util.VersionInfo;
* Low-level implementation of the Unicode Normalization Algorithm.
* For the data structure and details see the documentation at the end of
* C++ normalizer2impl.h and in the design doc at
- * http://site.icu-project.org/design/normalization/custom
+ * https://icu.unicode.org/design/normalization/custom
*/
public final class Normalizer2Impl {
public static final class Hangul {
diff --git a/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/CombinedCurrencyMatcher.java b/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/CombinedCurrencyMatcher.java
index 6bba99c4dc9..06cc0790a3a 100644
--- a/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/CombinedCurrencyMatcher.java
+++ b/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/CombinedCurrencyMatcher.java
@@ -74,7 +74,7 @@ public class CombinedCurrencyMatcher implements NumberParseMatcher {
// TODO: Figure out how to make this faster and re-enable.
// Computing the "lead code points" set for fastpathing is too slow to use in production.
- // See http://bugs.icu-project.org/trac/ticket/13584
+ // See https://unicode-org.atlassian.net/browse/ICU-13584
// // Compute the full set of characters that could be the first in a currency to allow for
// // efficient smoke test.
// leadCodePoints = new UnicodeSet();
diff --git a/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/DecimalMatcher.java b/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/DecimalMatcher.java
index 095ff55b1eb..98dfe6e581f 100644
--- a/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/DecimalMatcher.java
+++ b/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/DecimalMatcher.java
@@ -24,7 +24,7 @@ public class DecimalMatcher implements NumberParseMatcher {
private final boolean groupingDisabled;
// Fraction grouping parsing is disabled for now but could be enabled later.
- // See http://bugs.icu-project.org/trac/ticket/10794
+ // See https://unicode-org.atlassian.net/browse/ICU-10794
// private final boolean fractionGrouping;
/** If true, do not accept numbers in the fraction */
@@ -101,7 +101,7 @@ public class DecimalMatcher implements NumberParseMatcher {
grouping2 = grouper.getSecondary();
// Fraction grouping parsing is disabled for now but could be enabled later.
- // See http://bugs.icu-project.org/trac/ticket/10794
+ // See https://unicode-org.atlassian.net/browse/ICU-10794
// fractionGrouping = 0 != (parseFlags & ParsingUtils.PARSE_FLAG_FRACTION_GROUPING_ENABLED);
}
diff --git a/icu4j/main/classes/core/src/com/ibm/icu/lang/UCharacter.java b/icu4j/main/classes/core/src/com/ibm/icu/lang/UCharacter.java
index 3243ce73f91..2bdfcf380b3 100644
--- a/icu4j/main/classes/core/src/com/ibm/icu/lang/UCharacter.java
+++ b/icu4j/main/classes/core/src/com/ibm/icu/lang/UCharacter.java
@@ -86,7 +86,7 @@ import com.ibm.icu.util.VersionInfo;
*
");
+ out.println("Transliteration Demo
");
// set up the headers
int columnCount = 3;
diff --git a/icu4j/maven/icu4j-charset/pom.xml b/icu4j/maven/icu4j-charset/pom.xml
index 056fc067317..fc561809bfd 100644
--- a/icu4j/maven/icu4j-charset/pom.xml
+++ b/icu4j/maven/icu4j-charset/pom.xml
@@ -15,7 +15,7 @@