Description
Connects Haskell code to ICU, a mature library for Unicode and international text handling. ICU can provide collation, normalization, boundary detection, case handling, and other locale-aware text services.
It is useful for applications that compare, sort, search, or transform text for multiple languages. Results can depend on ICU data and locale choices, so developers should test behavior for the languages they support.