text


Package info
Description

This library provides basic text functionality.

Readme
# text This library provides text functionality such as operations on strings and encodings. ## Licence The package is licensed under the BSD-2-Clause license; for details, see the [LICENSE](/LICENSE) file. Some modules were ported from Haskell and they are provided under the compatible Haskell's 3-clause BSD license (see [LICENSE.BSD3](LICENSE.BSD3)). - Text.Unicode.Encodings.UTF8
Changelog
# Changelog ## 2.0.0 - Removed: Text.Unicode.Encodings.UTF8.Gast module. - Removed: Text.Unicode.UChar.Gast module. ### 1.1.0 - Feature: add `gHash` derivation for `:: UTF8`. ## 1.0.0 - Initial version, import modules from clean platform v0.3.34 and destill all text modules. - Generate `WCsubst.c` from the latest unicode standard instead of using a static one.
Versions