套件:libghc-unicode-transforms-doc(0.4.0.1-3)
libghc-unicode-transforms-doc 的相關連結
Debian 的資源:
下載原始碼套件 haskell-unicode-transforms:
- [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]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Fast Unicode 9.0 normalization in Haskell; documentation
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 the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
其他與 libghc-unicode-transforms-doc 有關的套件
|
|
|
|
-
- dep: haddock-interface-42
- 本虛擬套件由這些套件填實: ghc
-
- rec: ghc-doc
- Documentation for the Glasgow Haskell Compilation system
-
- rec: libghc-unicode-data-doc
- Access Unicode character database; documentation
-
- rec: libghc-unicode-transforms-dev
- Fast Unicode 9.0 normalization in Haskell
-
- rec: libjs-mathjax
- JavaScript display engine for LaTeX and MathML
-
- sug: libghc-unicode-transforms-prof
- Fast Unicode 9.0 normalization in Haskell; profiling libraries