Commit graph

8968 commits

Author SHA1 Message Date
Elango Cheran
2e45e6ec0e ICU-22404 Unicode 15.1 beta data files & API constants
See #2492

Co-authored-by: Andy Heninger <andy.heninger@gmail.com>
Co-authored-by: Robin Leroy <egg.robin.leroy@gmail.com>
2023-07-13 19:26:14 -07:00
Frank Tang
5826bf7ed7 ICU-22434 Not calling setFirstDayOfWeek(MONDAY) if the locale has fw
The Calendar constructor already take care of the fw override.
We should not set the first day of week for iso8601 to Monday if
we have a fw keyword/type in the locale.

ICU-22434 Fix incorrect calendar keyword extraction
2023-07-13 09:49:32 -07:00
Peter Edberg
70d308731a ICU-22325 BRS 74 front-load update version to 74.0.1 2023-07-10 16:45:41 -07:00
Jake Wharton
cd6ff4a64d ICU-22425 Eliminate double map lookup for common case of present argument
In the uncommon case where the map lookup returns null, only then perform a second map lookup to determine whether it was an absent value or explicit null.
2023-07-06 17:17:49 +03:00
Jake Wharton
adbcfb1e07 ICU-22426 Do not create nested StringBuilder when appending 2023-06-29 15:01:24 -07:00
Victor Chang
83ee7e662f ICU-22390 Transliterator.<clinit> can be optimized - part 2
WIDTH_FIX instance could be lazily initialized, because it's used
only if transliterate() is called on the AnyTransliterator instance,
but apparently not used by other Transliterator instance.
2023-06-27 11:25:43 -07:00
Frank Tang
e83b0715a1 ICU-22368 Reduce ~200K langInfo.res size by encode LSR into 32bits int.
See #2458
2023-06-22 01:18:41 -07:00
Peter Edberg
388b768262 ICU-22325 CLDR release-43-1-beta2 to ICU main 2023-06-07 10:17:18 -07:00
Frank Yung-Fong Tang
1cede3cb3f ICU-22409 Update README.md for Maven build
See #2489
2023-06-06 16:35:15 -07:00
Victor Chang
a18c8f83e3 ICU-22390 Speed-up ICU4J Transliterator.<clinit>
It reduces the method runtime by approx. 60%.
2023-06-01 05:32:56 -07:00
Rich Gillam
5ef4fa2989 ICU-22379 Update ICU PersonNameFormatter to match the spec change requested by CLDR-16623 2023-05-25 16:43:33 -07:00
Peter Edberg
8d2c78d160 ICU-22357 Rename gb18030.ucm to add -2022, follow-on to PR #2430 2023-05-25 09:25:35 -07:00
Peter Edberg
7f5d679a98 ICU-22357 Update gb18030 mappings for the -2022 version
See #2430
2023-05-18 08:51:47 -07:00
Peter Edberg
d205e03352 ICU-22325 CLDR release-43-1-beta1 to ICU main 2023-05-10 18:08:25 -07:00
Peter Edberg
5618203821 ICU-22360 revert portions of #2159 which included @ in ALetter for wordbreak, update tests 2023-05-06 21:36:46 -07:00
Victor Chang
530ca98176 ICU-22371 Fix ULocale.getISOLanguages() API docs 2023-05-03 11:13:32 -07:00
Mihai Nita
00bb6789b3 ICU-22323 Remove broken link from the Chinese Calendar documentation 2023-05-03 10:51:22 -07:00
Mihai Nita
0e4b10b112 ICU-22378 Fix temperature format ignoring -u-mu-fahrenhe 2023-05-03 09:24:53 -07:00
Shane F. Carr
62f493827f
ICU-22369 Merge maint/maint-73 into main (#2437) 2023-04-27 16:19:55 -07:00
yumaoka
295f0f2a43 ICU-22333 Exclude EhaustivePersonNameFormatterTest also from releaseJarCheck target. 2023-04-20 11:40:17 -04:00
Shane F. Carr
2a2995951b ICU-20926 Add tests for identity behavior in DateIntervalFormat
See #2245
2023-04-17 14:57:50 -07:00
Steven R. Loomis
312bae8660 ICU-21964 use a single LICENSE file
- make the icu4c and icu4j LICENSE files symlinks
- fix paths
2023-04-12 14:36:09 -05:00
Rahul Pandey
69e1d707f8 ICU-22221 BRS73GA: Update version number to 73.1 2023-04-11 15:46:18 +05:30
Markus Scherer
0d2a03dbba ICU-22338 getProperty(Value)Name accepts nameChoice above 1 2023-04-10 17:50:12 -07:00
Peter Edberg
80f94a636e ICU-22221 CLDR release-43-beta5 to ICU maint/maint-73 2023-04-07 11:15:47 -07:00
Markus Scherer
f4687fc25a ICU-22221 update root collation again from CLDR 43 2023-04-06 08:20:03 -07:00
Peter Edberg
2c584abf7e ICU-22221 rebase CLDR 43-beta4 import onto latest maint/maint-73 (new zoneinfo64) 2023-03-30 15:43:22 -07:00
Peter Edberg
c125cf67f0 ICU-22337 restore strict parsing length tolerance for non-abutting numeric date fields 2023-03-30 13:52:40 -07:00
yumaoka
9f774e2b8c ICU-22339 Update ICU tzdata to 2023c for ICU 73.1 release 2023-03-29 17:31:51 -04:00
yumaoka
a6e9f51859 ICU-22334 Update ICU tzdata to 2023b for ICU 73.1 release 2023-03-24 16:23:50 -04:00
Ho Cheung
84e4762069 ICU-22295 Remove deprecated RBBI LBCMNoChain option
ICU-22295 Remove deprecated RBBI LBCMNoChain option

ICU-22295 Remove deprecated RBBI LBCMNoChain option
2023-03-24 12:59:44 -07:00
yumaoka
b31579920e ICU-22327 Update tzdata to 2023a 2023-03-23 13:56:40 -04:00
Elango Cheran
cb65f75739 ICU-22220 BRS 73rc ICU4J Serialization test data for ICU 73.1 2023-03-23 08:45:38 -07:00
Elango Cheran
4a30076686 ICU-22220 BRS 73rc ICU4J API signature data file 2023-03-23 08:45:26 -07:00
Yoshito Umaoka
6ddf63ed92 ICU-22220 BRS73 Fix API doc tagging problems 2023-03-22 19:41:42 -04:00
Yoshito Umaoka
49e8b99296 ICU-22220 BRS73 Clean up Java import statements 2023-03-21 15:35:52 -04:00
Shane F. Carr
fa5a6c1519 ICU-22288 Remove unnecessary assertion in ICU4J NumberRangeFormatter
See #2377
2023-03-21 12:34:34 -05:00
Craig
21581f4ec5 ICU-22220 ICU 73 API Changes 4J & 4C 2023-03-17 11:56:41 -07:00
Markus Scherer
74641a344e ICU-12725 adjust API docs for new impl != JDK 2023-03-17 08:48:42 -07:00
Rahul Pandey
7a670998b0 ICU-22220 BRS73RC Update version number and regenerate configure v73.1
See #2375
2023-03-17 09:48:06 +05:30
Peter Edberg
cdeae44c6b ICU-10297 Add tests showing that display name bug in ticket no longer exists 2023-03-16 15:31:12 -07:00
Peter Edberg
d73b4417e1 ICU-22186 Add unit tests for Croatia currency change from HRK to EUR 2023-03-16 14:49:42 -07:00
Peter Edberg
3db74e8ae7 ICU-22220 CLDR release-43-beta2 to ICU main 2023-03-15 20:52:34 -07:00
Markus Scherer
2d9fa3fa99 ICU-22285 omit the gb2312 & big5han collation tailorings by default 2023-03-14 15:20:03 -07:00
Mihai Nita
97510de5d4 ICU-22280 Replace markdown in javadoc with proper tags 2023-03-14 12:48:58 -07:00
Mihai Nita
b399c67d5a ICU-12811 Fix cldrUtils (add ElapsedTime and UnicodeMap*) 2023-03-14 12:39:13 -07:00
Peter Edberg
2c20fa45fb ICU-22220 CLDR release-43-beta0 to ICU main 2023-03-14 09:53:14 -07:00
Shane F. Carr
2a9d0ccdb2 ICU-22283 Add additional ERoundingMode variants
See #2329
2023-03-14 00:51:42 -07:00
Mihai Nita
a36619060c ICU-22279 Fix invalid new Locale in testing 2023-03-09 22:19:44 -08:00
Markus Scherer
57e4b0cd17 ICU-22299 deprecate redundant UnicodeSet.CASE 2023-03-09 08:40:08 -08:00