On Wed, 2 Aug 2023 23:22:56 GMT, Naoto Sato <na...@openjdk.org> wrote:
> Introducing a new formatting class for locale-dependent list patterns. The > class is to provide the functionality from the Unicode Consortium's LDML > specification for [list > patterns](https://www.unicode.org/reports/tr35/tr35-general.html#ListPatterns). > For example, given a list of String as "Monday", "Wednesday", "Friday", its > `format` method would produce "Monday, Wednesday, and Friday" in US English. > A CSR has also been drafted, and its draft javadoc can be viewed here: > https://cr.openjdk.org/~naoto/JDK-8041488-ListPatterns-PR/api.00/java.base/java/text/ListFormat.html This pull request has now been integrated. Changeset: d0be73a7 Author: Naoto Sato <na...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/d0be73a78038faf9509623bc4ba71eb4385cd645 Stats: 1019 lines in 7 files changed: 1011 ins; 0 del; 8 mod 8041488: Locale-Dependent List Patterns Reviewed-by: joehw, rriggs ------------- PR: https://git.openjdk.org/jdk/pull/15130