Commit graph

8809 commits

Author SHA1 Message Date
Rich Gillam
131146a5f4 ICU-21984 Fix DateIntervalFormat.normalizeHourMetacharacters() so that it doesn't require the hour and day-period
fields to appear in any particular order or position in the skeleton string.
2022-04-14 14:21:02 -07:00
yumaoka
c205e7ee49 ICU-21971 Added a new numeric currecny code SLE/695 for Sierra Leone Leone. 2022-03-30 13:49:51 -07:00
Steven R. Loomis
2612b8b55a ICU-21965 fix utilities.jar module name
com.ibm.icu.utilities - otherwise the automatic module name is unusable
2022-03-30 11:09:53 -05:00
Markus Scherer
ed1d9efc15 ICU-21954 LICENSE: add more license texts from icu4c files 2022-03-24 21:22:05 +00:00
Peter Edberg
9b3c0c328c ICU-21901 integrate CLDR release-41-beta2 to ICU main for 71ga 2022-03-23 16:43:02 -07:00
Daniel Ju
09331b75bf ICU-21901 BRS71GA Update version number 2022-03-21 15:01:26 -05:00
yumaoka
ee6433c297 ICU-21949 tzdata2022a update in ICU 2022-03-17 13:56:20 -04:00
Yoshito Umaoka
89c5d03023 ICU-21900 BRS71 ICU4J API signature file 2022-03-16 12:36:40 -04:00
Peter Edberg
6330704974 ICU-21944 Sync recent uloc_getLanguage/Countries updates to ICU4J; add "mo" mapping for C 2022-03-16 09:01:59 -07:00
Shane F. Carr
33c9b61b26 ICU-21871 Make behavior consistent on list format of empty strings 2022-03-15 18:11:57 -07:00
Daniel Ju
741bbddcf9 ICU-21900 BRS71RC Update version number and regenerate configure 2022-03-15 18:26:10 -05:00
Younies
f30956fc9c ICU-21840 Fix formatting Aliases
See #2016
2022-03-15 23:27:43 +01:00
Yoshito Umaoka
811351f67c ICU-21900 BRS71 Updated serialization test data for 71.1 2022-03-15 09:47:57 -04:00
yumaoka
5b4559df24 ICU-21900 BRS71 Cleanup import statements in ICU4J 2022-03-15 09:47:25 -04:00
Markus Scherer
29111fd195 ICU-21824 make the Unicode license match exactly
The ICU copy of the Unicode license was missing some lines that are
considered part of the license text.

See https://github.com/unicode-org/template-repo/blob/main/LICENSE
and https://www.unicode.org/license.txt
2022-03-14 19:50:44 +00:00
Peter Edberg
b5f10c4a1c ICU-21332 Add tests from ICU4C TestDelimiters() into related ICU4J test 2022-03-10 21:20:11 -08:00
Craig Cornelius
19c13048d2 ICU-21900 Update ICU4J Change report (BRS#20)
Update to show only major release numbers.
2022-03-10 17:58:16 -08:00
Peter Edberg
f374427f60 ICU-21900 integrate CLDR release-41-beta1 to ICU main for 71rc 2022-03-10 11:17:09 -08:00
Peter Edberg
996378821c ICU-21839 Add ICU4J test that ISO8601 inherits patterns/symbols grom Gregorian 2022-03-10 09:37:21 -08:00
Peter Edberg
571d12abfb ICU-21409 add word for bell to laodict 2022-03-09 15:14:42 -08:00
Younies
bb822ba38a ICU-21936 Make the internal units converters public
See #2021
2022-03-09 22:42:04 +01:00
Elango Cheran
f79f03dad5 ICU-21322 Add parse and format methods for DecimalQuantity with exponent
See #2012
2022-03-08 15:56:50 -08:00
Shane F. Carr
f57ef9ebf7 ICU-21527 Assert pattern equality instead of object equality 2022-03-08 15:31:52 -08:00
younies
c86a2bd7d7 ICU-21379 Add getNounClass and enum NounClass
See #2002
2022-03-02 23:15:17 +01:00
Craig Cornelius
7f044eeb7a ICU-21900 ICU4J: Promote all '@draft ICU 69' to '@stable' 2022-03-02 10:47:00 -08:00
gnrunge
512a679aba ICU-21900 Ticket ICU-8989 is fixed but CLDR-4375 remains open. Change the
TODO comment.
2022-02-28 12:55:21 -08:00
Rich Gillam
81ad37be05 ICU-21802 Fix error where strict date parsing could succeed on certain malformed input strings. 2022-02-28 12:01:44 -08:00
Rich Gillam
6bdcd6d30f ICU-21154 Fixed handling of hour characters in date-interval-format skeletons to match the way they're handled in
DateTimePatternGenerator skeletons.
2022-02-25 12:57:35 -08:00
Andy Heninger
f783a84d2f ICU-21592 Linebreak loose cj rules cleanup
This is a followup to PR #1991, Update cj normal/loose linebreak per CSS

The original change to the line_loose_cj rules involved splitting hyphens out
of the BA (Break After) class, allowing a break when they follow an ID. This
change simplifies the the rules for doing that.

It also fixes a problem with the original change that had altered the behavior
of BAX hyphens that followed Regional Indicators or Unattached Combining Marks.
2022-02-24 21:27:26 -08:00
Peter Edberg
16aae80199 ICU-21900 integrate CLDR release-41-alpha4 to ICU main for 71 front-load 2022-02-24 09:15:02 -08:00
Shane F. Carr
4059be5964 ICU-21908 Add incrementExact to ICU4C Precision
See #1979
2022-02-23 20:18:16 -07:00
Shane F. Carr
3aa8f9fda1 ICU-21881 Fix TrailingZeroDisplay with RoundingMode
See #1977
2022-02-23 15:46:54 -07:00
Rich Gillam
81dfbdf3b6 ICU-21873 Corrected alias handling getAllItemsWithFallback() to go to the right place. 2022-02-23 13:45:47 -08:00
yumaoka
9907ca8ea3 ICU-21900 BRS71 Updating currency numeric code data. 2022-02-23 13:18:06 -08:00
Elango Cheran
4962050f47 ICU-21919 Fix buffer overflow bug in Dutch accented IJ titlecase
See #1990
2022-02-23 12:00:36 -08:00
Yoshito Umaoka
5489287998 ICU-21900 BRS71 Update license files 2022-02-23 11:40:17 -08:00
Shane F. Carr
16b934636a ICU-21765 Add approximately sign field
See #1978
2022-02-23 10:38:42 -07:00
Peter Edberg
e3ebc7aac5 ICU-21900 integrate CLDR release-41-alpha3 to ICU main for 71 front-load 2022-02-23 09:19:12 -08:00
gnrunge
bac48c8f9d ICU-21900 With ICU-13353 being fixed, remove code that was added to work around
ICU-13353.
2022-02-23 08:29:07 -08:00
Shane F. Carr
9bb82e60a4 ICU-21886 Make rounding priority consistent with ECMA-402
See #1989
2022-02-22 15:40:54 -07:00
Peter Edberg
4cfe96c508 ICU-21592 Update cj normal/loose linebreak per CSS 2022-02-22 13:16:09 -08:00
gnrunge
335c403618 ICU-21900 Remove 'logKnownIssue(...)' protection now that ICU-21714 is fixed. 2022-02-22 10:22:56 -08:00
allenwtsu
7d825cb204 ICU-21699 Add some more particles 2022-02-21 08:54:54 -08:00
Erik Torres
53f4ddf278 ICU-21900 BRSRC 71.0.1 Version update and regenerate configure
See #1973
2022-02-17 14:00:19 -08:00
yumaoka
143dd6ad6f ICU-21918 Updated expected useDaylightTime() value for MIT (Asia/Apia). 2022-02-17 09:47:39 -05:00
Elango
039ecd6fd0 ICU-21141 Fix titlecase of accented Dutch ij digraph
See #1869
2022-02-16 09:07:09 -08:00
Peter Edberg
398489b915 ICU-21900 integrate CLDR release-41-alpha2 to ICU main for 71 front-load 2022-02-15 21:51:09 -08:00
Peter Edberg
008fddfaac ICU-21900 integrate CLDR release-41-alpha1 to ICU main for 71 front-load 2022-02-14 12:09:15 -08:00
allenwtsu
a7b2d9dae1 ICU-21699 Add Japanese particle 2022-02-10 18:50:41 -08:00
allenwtsu
2a7c465284 ICU-21699 Add breakpoint between Japanese and Alphabet 2022-02-09 21:12:49 -08:00