mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-19 03:34:38 +00:00
ICU-2134 Update the introduction
X-SVN-Rev: 10692
This commit is contained in:
parent
036cb4d748
commit
713f45ca7d
1 changed files with 17 additions and 11 deletions
|
@ -99,28 +99,34 @@
|
|||
<p>Today's software market is a global one in which it is desirable to
|
||||
develop and maintain one application (single source/single binary) that
|
||||
supports a wide variety of languages. The International Components for
|
||||
Unicode (C/C++) provides tools to help write platform-independent
|
||||
applications that are internationalized and localized, with support
|
||||
for:</p>
|
||||
Unicode (ICU) libraries provide robust and full-featured Unicode services
|
||||
on a wide variety of platforms to help this design goal. The ICU libraries
|
||||
provide support for:</p>
|
||||
|
||||
<ul>
|
||||
<li>Support for the latest version of the Unicode standard</li>
|
||||
<li>The latest version of the Unicode standard</li>
|
||||
|
||||
<li>Character set conversions, with support for over 200 codepages</li>
|
||||
<li>Character set conversions with support for over 200 codepages</li>
|
||||
|
||||
<li>Locale data for more than 220 locales</li>
|
||||
<li>Locale data for more than 230 locales</li>
|
||||
|
||||
<li>Text collation (sorting) based on the Unicode Collation Algorithm
|
||||
(=ISO 14651), customizable and tailored for national standards</li>
|
||||
<li>Language sensitive text collation (sorting) and searching based on
|
||||
the Unicode Collation Algorithm (=ISO 14651)</li>
|
||||
|
||||
<li>Transliteration services for script<->script transliterations
|
||||
and general text operations</li>
|
||||
<li>Regular expression matching and Unicode sets</li>
|
||||
|
||||
<li>Transformations for normalization, upper/lowercase, script
|
||||
transliterations (50+ pairs)</li>
|
||||
|
||||
<li>Resource bundles for storing and accessing localized information</li>
|
||||
|
||||
<li>Date/Number/Message formatting and parsing of culture-specific
|
||||
<li>Date/Number/Message formatting and parsing of culture specific
|
||||
input/output formats</li>
|
||||
|
||||
<li>Calendar specific date and time manipulation</li>
|
||||
|
||||
<li>Complex text layout for Arabic, Hebrew, Indic and Thai</li>
|
||||
|
||||
<li>Text boundary analysis for finding characters, word and sentence
|
||||
boundaries</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue