软件包:libghc-unicode-transforms-prof(0.4.0.1-1 以及其他的)
libghc-unicode-transforms-prof 的相关链接
Debian 的资源:
下载源码包 haskell-unicode-transforms:
- [haskell-unicode-transforms_0.4.0.1-1.dsc]
- [haskell-unicode-transforms_0.4.0.1.orig.tar.gz]
- [haskell-unicode-transforms_0.4.0.1-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 libghc-unicode-transforms-prof 有关的软件包
|
|
|
|
-
- dep: libghc-base-prof-4.15.1.0-a09f1
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-bytestring-prof-0.10.12.1-bc4ff
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-ghc-prim-prof-0.7.0-65cf5
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-text-prof-1.2.5.0-58955
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-unicode-data-prof-0.3.1-8c1d6
- 本虚包由这些包填实: libghc-unicode-data-prof
-
- dep: libghc-unicode-transforms-dev (= 0.4.0.1-1+b2)
- Fast Unicode 9.0 normalization in Haskell