What is ICU?

Contents

  1. 1 What is ICU?
  2. 2 Where is ICU?
  3. 3 Why Unicode?
  4. 4 Why ICU4C?
  5. 5 Why ICU4J?
  6. 6 ICU4JNI
  7. 7 Who Uses ICU?

    1. 7.1 Companies and Organizations using ICU
    2. 7.2 Apache Projects
    3. 7.3 Products from IBM
    4. 7.4 Products from Google
    5. 7.5 Products from Apple
    6. 7.6 Products from Harman/Becker
    7. 7.7 Related Projects
Schedule
2012-03-21 49 Release
2012-06-27 50 Milestone 1
2012-08-29 50 Milestone 2
2012-10-10 50 Release Candidate
2012-10-31 50 Release

ICU is a mature, widely used set of C/C++ and Java libraries providing Unicode and Globalization support for software applications. ICU is widely portable and gives applications the same results on all platforms and between C/C++ and Java software.

ICU is released under a nonrestrictiveopen source licensethat is suitable for use with both commercial software and with other open source or free software.

Here are a few highlights of the services provided by ICU:

  • Code Page Conversion: Convert text data to or from Unicode and nearly any other character set or encoding. ICU's conversion tables are based on charset data collected by IBM over the course of many decades, and is the most complete available anywhere.
  • Collation: Compare strings according to the conventions and standards of a particular language, region or country. ICU's collation is based on the Unicode Collation Algorithm plus locale-specific comparison rules from theCommon Locale Data Repository, a comprehensive source for this type of data.
  • Formatting: Format numbers, dates, times and currency amounts according the conventions of a chosen locale. This includes translating month and day names into the selected language, choosing appropriate abbreviations, ordering fields correctly, etc. This data also comes from the Common Locale Data Repository.
  • Time Calculations: Multiple types of calendars are provided beyond the traditional Gregorian calendar. A thorough set of timezone calculation APIs are provided.
  • Unicode Support: ICU closely tracks the Unicode standard, providing easy access to all of the many Unicode character properties, Unicode Normalization, Case Folding and other fundamental operations as specified by theUnicode Standard.
  • Regular Expression: ICU's regular expressions fully support Unicode while providing very competitive performance.
  • Bidi: support for handling text containing a mixture of left to right (English) and right to left (Arabic or Hebrew) data.
  • Text Boundaries: Locate the positions of words, sentences, paragraphs within a range of text, or identify locations that would be suitable for line wrapping when displaying the text.

And much more. Refer to theICU User Guidefor details.

What is ICU?

Contents

  1. 1 What is ICU?
  2. 2 Where is ICU?
  3. 3 Why Unicode?
  4. 4 Why ICU4C?
  5. 5 Why ICU4J?
  6. 6 ICU4JNI
  7. 7 Who Uses ICU?

    1. 7.1 Companies and Organizations using ICU
    2. 7.2 Apache Projects
    3. 7.3 Products from IBM
    4. 7.4 Products from Google
    5. 7.5 Products from Apple
    6. 7.6 Products from Harman/Becker
    7. 7.7 Related Projects
Schedule
2012-03-21 49 Release
2012-06-27 50 Milestone 1
2012-08-29 50 Milestone 2
2012-10-10 50 Release Candidate
2012-10-31 50 Release

ICU is a mature, widely used set of C/C++ and Java libraries providing Unicode and Globalization support for software applications. ICU is widely portable and gives applications the same results on all platforms and between C/C++ and Java software.

ICU is released under a nonrestrictiveopen source licensethat is suitable for use with both commercial software and with other open source or free software.

Here are a few highlights of the services provided by ICU:

  • Code Page Conversion: Convert text data to or from Unicode and nearly any other character set or encoding. ICU's conversion tables are based on charset data collected by IBM over the course of many decades, and is the most complete available anywhere.

  • Collation: Compare strings according to the conventions and standards of a particular language, region or country. ICU's collation is based on the Unicode Collation Algorithm plus locale-specific comparison rules from theCommon Locale Data Repository, a comprehensive source for this type of data.

  • Formatting: Format numbers, dates, times and currency amounts according the conventions of a chosen locale. This includes translating month and day names into the selected language, choosing appropriate abbreviations, ordering fields correctly, etc. This data also comes from the Common Locale Data Repository.

  • Time Calculations: Multiple types of calendars are provided beyond the traditional Gregorian calendar. A thorough set of timezone calculation APIs are provided.

  • Unicode Support: ICU closely tracks the Unicode standard, providing easy access to all of the many Unicode character properties, Unicode Normalization, Case Folding and other fundamental operations as specified by theUnicode Standard.

  • Regular Expression: ICU's regular expressions fully support Unicode while providing very competitive performance.

  • Bidi: support for handling text containing a mixture of left to right (English) and right to left (Arabic or Hebrew) data.

  • Text Boundaries: Locate the positions of words, sentences, paragraphs within a range of text, or identify locations that would be suitable for line wrapping when displaying the text.

And much more. Refer to theICU User Guidefor details.

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。