Pakket: libghc-unicode-transforms-prof (0.4.0.1-3)
Verwijzigingen voor libghc-unicode-transforms-prof
Debian bronnen:
Het bronpakket haskell-unicode-transforms downloaden:
- [haskell-unicode-transforms_0.4.0.1-3.dsc]
- [haskell-unicode-transforms_0.4.0.1.orig.tar.gz]
- [haskell-unicode-transforms_0.4.0.1-3.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Fast Unicode 9.0 normalization in Haskell; profiling libraries
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.
Andere aan libghc-unicode-transforms-prof gerelateerde pakketten
|
|
|
|
-
- dep: libghc-base-prof-4.18.2.1-b7e3b
- virtueel pakket geboden door ghc-prof
-
- dep: libghc-bytestring-prof-0.11.5.3-8a5b1
- virtueel pakket geboden door ghc-prof
-
- dep: libghc-ghc-prim-prof-0.10.0-e2193
- virtueel pakket geboden door ghc-prof
-
- dep: libghc-text-prof-2.0.2-ca8a7
- virtueel pakket geboden door ghc-prof
-
- dep: libghc-unicode-data-prof-0.4.0.1-9cb64
- virtueel pakket geboden door libghc-unicode-data-prof
-
- dep: libghc-unicode-transforms-dev (= 0.4.0.1-3)
- Fast Unicode 9.0 normalization in Haskell