Craig Cornelius
75a1514889
ICU-21581 BRS#18 Promote @draft ICU4J API elements from version 68 to @stable
...
See #1788
2021-08-17 09:08:32 -07:00
gnrunge
4368f69ef4
ICU-21581 BRS 70 front-load task scrub closed issues: replace ticket# ICU-11234,
...
which was closed as invalid, with its successor ticket ICU-21257.
2021-08-02 12:33:05 -07:00
gnrunge
284a1c1a95
ICU-21581 BRS 70 front-load task: scrub logKnownIssue for ticket CLDR-14477,
...
which is completed.
2021-07-29 11:20:32 -07:00
Rich Gillam
dcfdaca46c
ICU-21647 Added support for narrow quarter names to DateFormatSymbols and SimpleDateFormat.
2021-07-28 11:14:36 -07:00
Craig Cornelius
4fff0085e5
ICU-21638 re-enable some of the ICU4J performance tests
...
See #1773
2021-07-26 14:11:32 -07:00
Peter Edberg
eed6388dab
ICU-21622 Add UYW to list of currencies from ucurr_openISOCurrencies()
2021-07-22 16:51:20 -07:00
Rich Gillam
9a614752ce
ICU-21584 Added code to allow regions of type "grouping" to return their children.
2021-07-22 12:55:50 -07:00
luz paz
289d9703a0
ICU-21580 Fix typos in icu4j/
...
Found via `codespell -q 3 -L ans,anumber,atleast,ba,bre,hace,nd,nin,ois,rsource,som,sur,tht -S icu4c/source/data/zone,icu4c/source/data/lang`
2021-07-19 13:22:38 -05:00
Rich Gillam
ac51a1921f
ICU-21650 Modified DateTimePatternGenerator to handle skeletons with "e" and "c" better (allowing support for numeric
...
day-of-week abbreviations).
2021-07-15 18:16:51 -07:00
Frank Tang
24778dfc9b
ICU-21641 Fix "emoji" and "eor" for Collator::getKeywordValues
...
See #1743
2021-07-13 15:30:42 -07:00
Shane F. Carr
4c35e59bdc
ICU-21659 Adding test for exabyte
2021-07-02 13:44:16 -05:00
Markus Scherer
e4e2ae9544
ICU-21525 UnicodeSet.hasString(), UnicodeSetIterator.skipToStrings() & C API
2021-07-01 00:44:24 +00:00
Markus Scherer
63fe1ee194
ICU-21580 fix TimeZoneFormat doc typo, extra open brace
2021-06-25 20:11:31 +00:00
Markus Scherer
b9bb2a7b57
ICU-21580 fix RuleBasedCollator doc typo, extra open brace
2021-06-25 02:15:47 +00:00
Markus Scherer
d4c92ebcfc
ICU-21635 Unicode 14 beta
2021-06-21 22:26:15 +00:00
Markus Scherer
ca3e86d119
ICU-21645 reduce heap allocations in unescape() and other parsing
2021-06-21 19:40:28 +00:00
Markus Scherer
d9aa1ecab0
ICU-21645 test & fix unescapeAt(2 supp escapes)
2021-06-19 16:49:56 +00:00
Markus Scherer
fc28b3521d
ICU-21580 fix unicode.org/unicode/ URLs
2021-06-18 23:39:05 +00:00
Peter Edberg
4a6ad3dc93
ICU-21581 integrate CLDR release-40-m1 to ICU trunk
2021-06-15 14:24:21 -07:00
Elango Cheran
121dbe8364
ICU-21632 Fix links in readme.html files to respective readme pages in User Guide
2021-06-10 09:36:19 -07:00
Erik Torres
3f043c7693
ICU-21555 Fix typos from G to L
...
See #1737
2021-06-07 16:09:09 -07:00
Erik Torres
48ef451b87
ICU-21581 BRSRC 70.0.1 Version update and regenerate configure for v70.0.1
...
See #1738
2021-06-04 14:09:41 -07:00
Frank Yung-Fong Tang
a91cd6736e
ICU-21569 Fix Java7 breakage in LSTM & add Java7 CI
...
See #1734
2021-05-27 16:11:51 -07:00
Frank Tang
1d7b003a4e
ICU-21626 Add CIs to build/test Java 16.
2021-05-26 15:44:49 -07:00
Yoshito Umaoka
07b7832b1a
ICU-21621 Fixing TestCharset/TestInvalidInput failure on Java 16 runtime.
2021-05-20 11:48:43 -04:00
Frank Tang
a7a2ad0501
ICU-21569 LSTM: Remove Java 8 dependency
2021-05-14 23:30:00 -07:00
Erik Torres
cfefa03539
ICU-21555 fix typos for D, E and F found in the repo
...
See #1714
2021-05-10 11:09:05 -07:00
Frank Yung-Fong Tang
2a72af07ac
ICU-21569 LSTM Part 3 Add Java implementation
...
See #1706
2021-05-08 21:15:44 -07:00
Frank Tang
24f3864756
ICU-21599 Move LanguageBreakEngine classes to com.ibm.icu.impl.breakiter
2021-05-05 11:40:30 -07:00
Victor Chang
fa4c12cdc2
ICU-21567 Avoid using regex in ULocale.getName()
...
No behavior change is expected
2021-04-29 12:46:38 +02:00
Frank Tang
45b893c1f9
ICU-21539 Fix getUnicodeKeywords to skip non keys
...
See #1683
2021-04-08 22:02:15 -07:00
Shane Carr
bc22e421bf
ICU-21578 Merging maint/maint-69 into main (conflict: icudata.jar)
2021-04-07 15:15:05 -07:00
Frank Tang
b926f52688
ICU-21550 Add zzzz to subdivision if len==2
...
See #1662
2021-04-07 13:47:42 -05:00
Markus Scherer
152867f7ab
ICU-21459 properly guard BytesTrie.Result.getValue()
...
and clone/copy objects so that objects shared among instances are not modified
and use an atomic int for the C++ refcount
2021-04-06 17:10:46 -07:00
Markus Scherer
928febc705
ICU-21561 rename StringSegment.equals() to contentEquals()
...
and remove hashCode() because of now-missing equals() and because
StringSegment is mutable and documented as not suitable for HashMaps
2021-04-05 17:00:31 -07:00
Erik Torres
7afcbdb551
ICU-21546 BRS69GA Update version numbers for 69GA
...
See #1677
2021-04-01 18:21:00 -07:00
Peter Edberg
f5d8b57d01
ICU-21413 Update laodict.txt per https://github.com/rober42539/lao-dictionary ; add tests
2021-04-01 10:27:53 -07:00
Frank Tang
15d3f9f65d
ICU-21550 Add zzzz to subdivision if len==2
...
See #1662
2021-03-29 19:04:53 -07:00
Elango Cheran
35fe8534f2
ICU-21310 Consolidate ICU4C and ICU4J Readmes via the User Guide
2021-03-24 19:03:53 -07:00
Hugo van der Merwe
0ad4614a04
ICU-21508 Rename 'master' to 'main' in docs, maven files, scripts, etc
...
See #1664
2021-03-24 18:56:50 +01:00
Elango Cheran
2ae2f31c2f
ICU-21480 Change ICU4C/J Readme update date after version change
2021-03-16 13:34:06 -07:00
Craig Cornelius
bc7e2e230c
ICU-21480 Scrub TODOs for completed issues 21292 and 21236
...
See #1652
2021-03-16 11:17:14 -07:00
Elango Cheran
2273ebbc80
ICU-21480 fix logKnownIssue number
2021-03-16 09:17:03 -07:00
Yoshito Umaoka
084d8bc8e2
ICU-21480 BRS69 clean up import statements
2021-03-15 15:40:49 -04:00
Yoshito Umaoka
eab1c02d42
ICU-21480 BRS69 ICU4J 69 serialization test data
...
Also dropped ICU4J 64 test data.
2021-03-15 15:40:27 -04:00
Yoshito Umaoka
e9b4964f00
ICU-21480 BRS69 ICU4J API signature file
...
- Supplied missing API comment to com.ibm.icu.nubmer.Precision#trailingZeroDisplay(TrailingZeroDisplay)
- Generated API signature file for ICU4J 69.1 and added to the repository
- Delete ICU4J 59 API signature file
- Deleted unused icu4j/eclipse-build/build.properties. The folder eclipse-build was deleted, but someone worked on ICU version seemed to add it back again. Delete it again.
2021-03-15 15:40:04 -04:00
Craig Cornelius
e47430d917
ICU-21480 Update ICU4J APIChangeReport.html to 69
2021-03-12 10:26:20 -08:00
Shane F. Carr
c26d99b3a6
ICU-21330 Use =0 and =1 plural forms in compact notation
...
See #1632
2021-03-11 17:34:35 -06:00
Peter Edberg
8bb71362f2
ICU-21480 integrate CLDR release-39-beta to ICU trunk
2021-03-11 08:43:25 -08:00
Craig Cornelius
3218440d5a
ICU-21480 Change ICU 64 draft readResolve APIs to @internal
...
See #1637
2021-03-10 20:23:23 -08:00