阅读 61

ICU International Components for Unicode

ICU - International Components for Unicode

What is ICU?

Contents

  1. What is ICU?

  2. Where is ICU?

  3. Why Unicode?

  4. Why ICU4C?

  5. Why ICU4J?

  6. ICU4JNI

  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

Schedule2012-03-2149 Release2012-06-2750 Milestone 12012-08-2950 Milestone 22012-10-1050 Release Candidate2012-10-3150 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 nonrestrictive open source license that 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 the Common 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 the Unicode 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 the ICU User Guide for details.

ICU - International Components for Unicode

What is ICU?

Contents

  1. What is ICU?

  2. Where is ICU?

  3. Why Unicode?

  4. Why ICU4C?

  5. Why ICU4J?

  6. ICU4JNI

  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

Schedule2012-03-2149 Release2012-06-2750 Milestone 12012-08-2950 Milestone 22012-10-1050 Release Candidate2012-10-3150 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 nonrestrictive open source license that 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 the Common 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 the Unicode 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 the ICU User Guide for details.


文章分类
代码人生
版权声明:本站是系统测试站点,无实际运营。本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 XXXXXXo@163.com 举报,一经查实,本站将立刻删除。
相关推荐