Skip to content

Commit 6ffa249

Browse files
committed
Update ICU bug url in README.chromium
ICU bug tracker moved to Jira. Update bug urls referred to in README.chromium https://unicode-org.atlassian.net/browse/ICU-{bug #} Bug: None Test: None Change-Id: I12bfdc9c011293b1ee066ae689fd662df1c74d94 Reviewed-on: https://chromium-review.googlesource.com/1146488 Reviewed-by: Jungshik Shin <jshin@chromium.org>
1 parent a9a2bd3 commit 6ffa249

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.chromium

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Pre-built data files are generated and checked in with the following steps
3939

4040
c. Run make
4141
'make' will fail when pkgdata looks for root_subset.res. This
42-
is expected. See https://ssl.icu-project.org/trac/ticket/10570
42+
is expected. See https://unicode-org.atlassian.net/browse/ICU-10570
4343

4444
d. Run
4545
${CHROME_ICU_TREE_TOP}/scripts/make_data_all.sh
@@ -146,7 +146,7 @@ them when updating ICU.
146146

147147
3. source/data/brkitr
148148
- dictionaries/khmerdict.txt: Abridged Khmer dictionary. See
149-
https://ssl.icu-project.org/trac/ticket/9451
149+
https://unicode-org.atlassian.net/browse/ICU-9451
150150
- rules/word_ja.txt (used only on Android)
151151
Added for Japanese-specific word-breaking without the C+J dictionary.
152152
- rules/{fi,root,zh,zh_Hant}.txt
@@ -189,12 +189,12 @@ D. Local Modifications
189189

190190
- patches/khmer-dictbe.patch
191191
Adjust parameters to use a smaller Khmer dictionary (khmerdict.txt).
192-
https://ssl.icu-project.org/trac/ticket/9451
192+
https://unicode-org.atlassian.net/browse/ICU-9451
193193

194194
- Add several common Chinese words that were dropped previously to
195195
source/data/cjdict/brkitr/cjdict.txt
196196
patch: patches/cjdict.patch
197-
upstream bug: https://ssl.icu-project.org/trac/ticket/10888
197+
upstream bug: https://unicode-org.atlassian.net/browse/ICU-10888
198198

199199
3. Timezone data update
200200
Run scripts/update_tz.sh to grab the latest version of the
@@ -212,8 +212,8 @@ D. Local Modifications
212212
4. Build-related changes
213213

214214
- patches/wpo.patch (only needed when icudata dll is used).
215-
upstream bugs : https://ssl.icu-project.org/trac/ticket/8043
216-
https://ssl.icu-project.org/trac/ticket/5701
215+
upstream bugs : https://unicode-org.atlassian.net/browse/ICU-8043
216+
https://unicode-org.atlassian.net/browse/ICU-5701
217217
- patches/vscomp.patch for building with Visual Studio on Windows:
218218
do not use WINDOWS_LOCALE_API in locmap.c
219219

@@ -228,35 +228,35 @@ D. Local Modifications
228228
5. Fix -Wsign-compare warning in EnumSet::isValidEnum()
229229

230230
- patches/isvalidenum.patch
231-
upstream bug: https://ssl.icu-project.org/trac/ticket/13509
231+
upstream bug: https://unicode-org.atlassian.net/browse/ICU-13509
232232

233233
7. Update IANA language tag/subtag mapping and add missing canonicalization for
234234
deprecated regions
235235

236236
- patches/locid_map.patch
237237
- upstream bugs:
238-
https://ssl.icu-project.org/trac/ticket/13726
239-
https://ssl.icu-project.org/trac/ticket/13723
240-
https://ssl.icu-project.org/trac/ticket/13721
241-
https://ssl.icu-project.org/trac/ticket/13720
242-
https://ssl.icu-project.org/trac/ticket/13719
238+
https://unicode-org.atlassian.net/browse/ICU-13726
239+
https://unicode-org.atlassian.net/browse/ICU-13723
240+
https://unicode-org.atlassian.net/browse/ICU-13721
241+
https://unicode-org.atlassian.net/browse/ICU-13720
242+
https://unicode-org.atlassian.net/browse/ICU-13719
243243

244244
8. Double conversion library build failure
245245

246246
- patches/double_conversion.patch
247247
- upstream bugs:
248-
https://ssl.icu-project.org/trac/ticket/13750
248+
https://unicode-org.atlassian.net/browse/ICU-13750
249249
https://github.com/google/double-conversion/issues/66
250250

251251
9. Cherry-pick Greek lowercase fix from the upstream
252252

253253
- patches/greek_lowercase.patch
254254
- upstream bug (fixed in 62.2-to-be)
255-
https://ssl.icu-project.org/trac/ticket/13851
255+
https://unicode-org.atlassian.net/browse/ICU-13851
256256

257257
10. Max significant digit is always 6
258258

259259
- patches/nf_maxsig.patch
260260
- upstream bug:
261-
https://ssl.icu-project.org/trac/ticket/13852
261+
https://unicode-org.atlassian.net/browse/ICU-13852
262262

0 commit comments

Comments
 (0)