パッケージ: libghc-unicode-transforms-prof (0.4.0.1-2 など) [debports]
libghc-unicode-transforms-prof に関するリンク
Debian の資源:
ソースパッケージをダウンロード:
見つかりませんメンテナ:
外部の資源:
- ホームページ [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.17.2.0-09ce5
- 以下のパッケージによって提供される仮想パッケージです: ghc-prof
-
- dep: libghc-bytestring-prof-0.11.5.2-e0d06
- 以下のパッケージによって提供される仮想パッケージです: ghc-prof
-
- dep: libghc-ghc-prim-prof-0.9.1-ca9fc
- 以下のパッケージによって提供される仮想パッケージです: ghc-prof
-
- dep: libghc-text-prof-2.0.2-b0ed7
- 以下のパッケージによって提供される仮想パッケージです: ghc-prof
-
- dep: libghc-unicode-data-prof-0.4.0.1-109b1
- 以下のパッケージによって提供される仮想パッケージです: libghc-unicode-data-prof
-
- dep: libghc-unicode-transforms-dev (= 0.4.0.1-2+b1)
- Fast Unicode 9.0 normalization in Haskell