mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-22247 remove historical mention of old versions
This commit is contained in:
parent
a36619060c
commit
ed011f2e31
1 changed files with 3 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue