libghc-unicode-transforms-prof

Fast Unicode 9.0 normalization in Haskell; profiling libraries

Description

Unicode characters with adornments (e.g. Á) can be represented in two different forms, as a single composed character (U+00C1 = Á) or as multiple decomposed characters (U+0041(A) U+0301( ́ ) = Á). They are differently encoded byte sequences but for humans they have exactly the same visual appearance.

A regular byte comparison may tell that two strings are different even though they might be equivalent. Both strings need to be converted in a normalized form using the Unicode Character Database before they can be compared for equivalence.

This library implements fast Unicode 9.0 normalization in Haskell (NFC, NFKC, NFD, NFKD).

This package provides a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/composewell/unicode-transforms


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libghc-unicode-transforms-prof