From aa88a6dbf24e067d47e9db3206f8e60af2e6aea0 Mon Sep 17 00:00:00 2001 From: Mark Davis Date: Tue, 2 Apr 2024 16:37:15 -0700 Subject: [PATCH] CLDR-16713 Remove old text about draft ICU api (#3602) --- docs/ldml/tr35-personNames.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/ldml/tr35-personNames.md b/docs/ldml/tr35-personNames.md index 30ef3ca3ee9..7917ed346f2 100644 --- a/docs/ldml/tr35-personNames.md +++ b/docs/ldml/tr35-personNames.md @@ -138,12 +138,6 @@ The following features are currently out of scope for Person Names formating: ### API Implementation -A draft API for formatting personal names was first included in ICU4J 73 and has been updated for ICU4J 74 to reflect updates in this specification and associated data. (“Draft” means that the full functionality is present, but the API might be refined before it is stabilized.) The implementation can be found at the following: - -* [PersonName.java](https://github.com/unicode-org/icu/blob/main/icu4j/main/core/src/main/java/com/ibm/icu/text/PersonName.java) -* [PersonNameFormatter.java](https://github.com/unicode-org/icu/blob/main/icu4j/main/core/src/main/java/com/ibm/icu/text/PersonNameFormatter.java) -* [SimplePersonName.java](https://github.com/unicode-org/icu/blob/main/icu4j/main/core/src/main/java/com/ibm/icu/text/SimplePersonName.java) - In addition to the settings in this document, it is recommended that implementations provide some additional features in their APIs to allow more control for clients, notably: 1. forceGivenFirst — no matter what the values are in nameOrderLocales or in the NameObject, display the name as givenFirst.