ICU(International Component for Unicode) 是 IBM 与开源组织合作研究 , 基于 "IBM 公共许可证 " 的用于支持软件国际化的开源项目。 ICU 实现了对数字、日期、货币等提供国际化支持,提供了强大的 BIDI 算法,对阿拉伯语和希伯来语等 BiDi 语言提供了完善的支持。 ICU 分为 ICU4J 和 ICU4C,分别对应 Java 和 c/c++ 平台。 ICU4J 被 Sun 的 JDK1.1 采用并随 JDK 版本更新。最新的 ICU4J 库可以从 http://icu-project.org/ 网站上下载。
ICU (C/C++) 53.1 发布,改进内容包括:
Collation supports much faster UTF-8 sorting, much smaller data files, improved syntax, and many bugfixes.
The latest data from CLDR is incorporated, with many fixes and improvements to locale data.
Formatting has been improved significantly, such as the addition of relative times ("3 weeks ago"), and an API to format the new measurement units in CLDR (1 meter vs 3 meters)
前些日子编译boost的时候想加入ICU支持,看了ICU的文档,发现说要有C99和C++11支持的多,但手上是VS2010,听说这两个都支持不全,就放弃了
渣编,连翻译都懒得搞