Skip to content
Surf Wiki
Save to docs
technology/software-engineering

From Surf Wiki (app.surf) — the open knowledge base

International Components for Unicode

Software library


Summary

Software library

FieldValue
nameInternational Components for Unicode
logo
screenshot
developerUnicode Consortium
released1999
latest release versionlatest release date =
programming languageC/C++ (C++11) and Java 8+
operating systemCross-platform
language count
genreLibraries for Unicode and internationalization
licenseUnicode License
website

International Components for Unicode (ICU) is an open-source project of mature C/C++ and Java libraries for Unicode support, software internationalization, and software globalization. ICU is widely portable to many operating systems and environments. It gives applications the same results on all platforms and between C, C++, and Java software. The ICU project is a technical committee of the Unicode Consortium and sponsored, supported, and used by IBM and many other companies. ICU has been included as a standard component with Microsoft Windows since Windows 10 version 1703.

ICU provides the following services: Unicode text handling, full character properties, and character set conversions; Unicode regular expressions; full Unicode sets; character, word, and line boundaries; language-sensitive collation and searching; normalization, upper and lowercase conversion, and script transliterations; comprehensive locale data and resource bundle architecture via the Common Locale Data Repository (CLDR); multiple calendars and time zones; and rule-based formatting and parsing of dates, times, numbers, currencies, and messages. ICU provided complex text layout service for Arabic, Hebrew, Indic, and Thai historically, but that was deprecated in version 54, and was completely removed in version 58 in favor of HarfBuzz.

ICU provides more extensive internationalization facilities than the standard libraries for C and C++. Future ICU 75 planned for April 2024 will require C++17 (up from C++11) or C11 (up from C99), depending on what languages is used. ICU has historically used UTF-16, and still does only for Java; while for C/C++ UTF-8 is supported, including the correct handling of "illegal UTF-8".

ICU 73.2 has improved significant changes for GB18030-2022 compliance support, i.e. for Chinese (that updated Chinese GB18030 Unicode Transformation Format standard is slightly incompatible); has "a modified character conversion table, mapping some GB18030 characters to Unicode characters that were encoded after GB18030-2005" and has a number of other changes such as improving Japanese and Korean short-text line breaking, and in "English, the name “Türkiye” is now used for the country instead of “Turkey” (the alternate spelling is also available in the data)."

ICU 74 "updates to Unicode 15.1, including new characters, emoji, security mechanisms, and corresponding APIs and implementations. [..] ICU 74 and CLDR 44 are major releases, including a new version of Unicode and major locale data improvements." Of the many changes some are for person name formatting, or for improved language support, e.g. for Low German, and there's e.g. a new spoof checker API, following the (latest version) Unicode 15.1.0 UTS #39: Unicode Security Mechanism.

Older version details

ICU 72 updated to Unicode 15 (and 73.2 to latest 15.1). "In many formatting patterns, ASCII spaces are replaced with Unicode spaces (e.g., a "thin space")." ICU (ICU4J) now requires Java 8 but "Most of the ICU 72 library code should still work with Java 7 / Android API level 21, but we no longer test with Java 7." ICU 71 added e.g. phrase-based line breaking for Japanese (earlier methods didn't work well for short Japanese text, such as in titles and headings) and support for Hindi written in Latin letters (hi_Latn), also referred to as "Hinglish". ICU 70 added e.g. support for emoji properties of strings and can now be built and used with C++20 compilers (and "ICU operator==() and operator!=() functions now return bool instead of UBool, as an adjustment for incompatible changes in C++20"), and as of that version the minimum Windows version is Windows 7. ICU 67 handles removal of Great Britain from the EU. ICU 64.2 added support for Unicode 12.1, i.e. the single new symbol for current Japanese Reiwa era (but support for it has also been backported to older ICU versions down to ICU 4.8.2). ICU 58 (with Unicode 9.0 support) is the last version to support older platforms such as Windows XP and Windows Vista. Support for AIX, Solaris and z/OS may also be limited in later versions (i.e. building depends on compiler support). On ICU 74: "For more details, including migration issues, see below. [..]

  • [for] amendment to China’s GB 18030-2022 standard.

  • It also adds five specialty characters for use with ideographs, six new emoji, and a number of emoji variations.

  • For several southeast Asian scripts, line breaking is now done around orthographic syllables.

  • Unicode has improved its security-related specifications. There is a new Unicode Technical Standard, UTS #55 “Unicode Source Code Handling”, and there are related changes in other Unicode specifications.

  • CLDR 44 (blog):

    • CLDR has added or improved data for the following languages which are newly included in ICU:
      • Anii (blo), Swampy Cree (csw), Interlingue (ie), Kuvi (kxw), Ligurian (lij), Lombard (lmo), Low German (nds), N’Ko (nqo), Occitan (oc), Prussian (prg), Syriac (syr), Silesian (szl), Toki Pona (tok), Venetian (vec), Makhua (vmw), Kangri (xnr), Zhuang (za)
  • [..]

    • The person name formatting spec & data has been further developed.
  • New TimeZone API for getting the “primary” IANA time zone ID, rather than the CLDR-canonical ID. (ICU-22452)

  • New Normalizer2 factory method for Unicode NFKC_Simple_Casefold normalization. (ICU-22404) Measurement unit data, conversions, and display names (translations) are improved. There are some new units. Improved data for likely subtags.

  • New spoof checker API for taking text direction (left-to-right vs. right-to-left) into account for confusability and generating skeletons. (ICU-22332)

  • Time zone data (tzdata) version 2023c (2023-mar). Note that pre-1970 data for a number of time zones has been removed, as has been the case in the upstream tzdata release since 2021b.

  • API changes since ICU4C 73 (Markdown) / (HTML)

  • New C API wrappers for the Locale and LocaleBuilder classes (ULocale [ICU-22435] & ULocaleBuilder [ICU-22365])

  • For BreakIterator, there is a technology preview for registering a sub-break engine (e.g., dictionary or machine learning based) via a new ExternalBreakEngine interface. (ICU-22342) [..]

  • API Changes since ICU4J 73

  • ICU4J has switched from ant to Maven, and rearranged the source file tree to the Maven default. [..]

  • The draft PersonNameFormatter has been updated to match the improved CLDR person name formatting spec & data." --

CLDR 44 has a long list of Known Issues (while ICU has "none"), see full list at: https://cldr.unicode.org/index/downloads/cldr-44#h.vax7o49mgyok

here partial:

  • The region-based firstDay value (see weekData) is currently [..]
  • Use 44.0.1 for CLDR 44 JSON NPM since 44.0.0 was tagged incorrectly.
  • unicodeVersion in ldmlSupplemental.dtd was not updated to 15.1 See CLDR-17225

In CLDR 44, the focus is on:

  1. Formatting Person Names. Added further enhancements (data and structure) for formatting people's names. For more information on why this feature is being added and what it does, see Background.
  2. Emoji 15.1 Support. [..]
  3. Unicode 15.1 additions. Made the regular additions and changes for a new release of Unicode, including names for new scripts, collation data for Han characters, etc.
  4. Digitally disadvantaged language coverage. Work began to improve DDL coverage, with the following DDL locales now having higher coverage levels:
    1. Modern: Cherokee, Lower Sorbian, Upper Sorbian
    1. Moderate: Anii, Interlingua, Kurdish, Māori, Venetian
    1. Basic: Esperanto, Interlingue, Kangri, Kuvi, Kuvi (Devanagari), Kuvi (Odia), [..]

BCP47 Changes

  • The Islamic calendar is now described as Hijri calendar in English, and may have also changed in other locales.

Supplemental Data Changes

  • New locales were added, including en_ID and es_JP, plus many locales at a Basic level.
  • Fixes
    • There was a fix made for the Zanb script, which was mistakenly categorized as special instead of regular.
    • There was a fix made to the BCP47 Latin↔︎ASCII transliterator ID
  • Units
  • The gasoline-energy-density unit (used in miles per gallon of gasoline equivalent (MPGe) for electric vehicles) and the pint-imperial (used in the UK), plus many Japanese traditional units were added.
  • The unit of wind speed, Beaufort, was added for translation in locales where it is used. Remaining SI units were added. Because these are primarily of use in scientific fields, they are not translated.
  • A few traditional English units were added, such as chain and fortnight. These were not translated.
  • [..]

JSON Data changes

  • Available at: https://github.com/unicode-org/cldr-json/releases/tag/44.0.0

Keyboard has a new DTD (keyboard3.dtd and the element). [also notes on and known issues:]

  • CLDR-17204 - there was an error in the DTD in the element. It is corrected in the linked PR.
  • CLDR-17205 - the keyboard charts are known to be broken. A fix is in progress.

Migrations

  • Unit systems provide information about general usage of units of measure. For example, "knot" is in the customary US and UK systems, but is also acceptable for use with SI.
  • [..]
  • Preferred hour formats indicate the preferred form for a locale: 11 PM vs 23:00 vs 11 in the evening.
    • Have changed substantially for many Latin American countries
  • Keyboard has a new DTD (keyboard3.dtd and the element). See the “Keyboard Changes” section.
  • PersonNames: In the process of moving out of Tech Preview, there were structure additions but also changes:" --

Origin and development

After Taligent became part of IBM in early 1996, Sun Microsystems decided that the new Java language should have better support for internationalization. Since Taligent had experience with such technologies and were close geographically, their Text and International group were asked to contribute the international classes to the Java Development Kit as part of the JDK 1.1 internationalization APIs. A large portion of this code still exists in the and packages. Further internationalization features were added with each later release of Java.

The Java internationalization classes were then ported to C++ and C as part of a library known as ICU4C ("ICU for C"). The ICU project also provides ICU4J ("ICU for Java"), which adds features not present in the standard Java libraries. ICU4C and ICU4J are very similar, though not identical; for example, ICU4C includes a Regular Expression API, while ICU4J does not. Both frameworks have been enhanced over time to support new facilities and new features of Unicode and Common Locale Data Repository (CLDR).

ICU was released as an open-source project in 1999 under the name IBM Classes for Unicode. It was later renamed to International Components For Unicode. In May 2016, the ICU project joined the Unicode consortium as technical committee ICU-TC, and the library sources are now distributed under the Unicode license.

MessageFormat

A part of ICU is the MessageFormat class, a formatting system that allows for any number of arguments to control the plural form (, ) or more general switch-case-style selection () for things like grammatical gender. These statements can be nested. ICU MessageFormat was created by adding the plural and selection system to an identically-named system in Java SE.

Alternatives

An alternative for using ICU with C++, or to using it directly, is to use Boost.Locale, which is a C++ wrapper for ICU (while also allowing other backends). The claim for using it rather than ICU directly is that "is absolutely unfriendly to C++ developers. It ignores popular C++ idioms (the STL, RTTI, exceptions, etc), instead mostly mimicking the Java API." Another claim, that ICU only supports UTF-16 (and thus a reason to avoid using ICU) is no longer true with ICU now also supporting UTF-8 for C and C++.

References

References

  1. "ICU - International Components for Unicode".
  2. Chen, Raymond. (27 May 2021). "How can I convert between IANA time zones and Windows registry-based time zones?". [[Microsoft]].
  3. "Layout Engine - ICU User Guide".
  4. "UTF-8 - ICU User Guide".
  5. "#13311 (change illegal-UTF-8 handling to Unicode "best practice")".
  6. "ICU - International Components for Unicode - ICU 73".
  7. "ICU - International Components for Unicode - ICU 74".
  8. "ICU - International Components for Unicode - ICU 72".
  9. "ICU - International Components for Unicode - ICU 70".
  10. "Download ICU 64 - ICU - International Components for Unicode".
  11. Laura Werner. (1999). "Getting Java ready for the world: A brief history of IBM and Sun's internationalization efforts".
  12. "ICU User Guide".
  13. "ICU Project Management Committee".
  14. (2016-05-16). "ICU joins the Unicode Consortium". [[Unicode.
  15. "Formatting Messages".
  16. "Boost.Locale: Using Localization Backends".
  17. "Boost.Locale: Design Rationale".
  18. "ICU vs Boost Locale in C++".
  19. "UTF-8".
Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about International Components for Unicode — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report