]> granicus.if.org Git - icu/commitdiff
ICU-22247 remove historical mention of old versions cldr/2023-03-13
authorshenleban tongying <shenlebantongying@gmail.com>
Wed, 18 Jan 2023 07:05:00 +0000 (02:05 -0500)
committerMarkus Scherer <markus.icu@gmail.com>
Mon, 13 Mar 2023 21:05:21 +0000 (14:05 -0700)
docs/userguide/strings/index.md

index 6fd0ce6c42a86b47986a3de7d43ab29223c53a9e..100ca177d5223a6f26ea5c5eff0978e734c68544 100644 (file)
@@ -37,11 +37,9 @@ italic styles.
 ICU provides multiple text access interfaces which were added over time. If
 simple strings cannot be used, then consider the following:
 
-1.  [UText](utext.md): Added in ICU4C 3.4 as a technology preview. Intended to
-    be the strategic text access API for use with ICU. C API, high performance,
-    writable, supports native indexes for efficient non-UTF-16 text storage. So
-    far (3.4) only supported in BreakIterator. Some API changes are anticipated
-    for ICU 3.6.
+1.  [UText](utext.md): Intended to be the strategic text access API for use
+    with ICU. C API, high performance, writable, supports native indexes for
+    efficient non-UTF-16 text storage.
 
 2.  Replaceable (Java & C++) and UReplaceable (C): Writable, designed for use
     with Transliterator.