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 The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of Radboud University Nijmegen.
Changelog
# Changelog #### 2.0.3 - Chore: accept base v4. #### 2.0.2 - Enhancement: derive gLexOrd for `:: UTF8`. #### 2.0.1 - Chore: support base `3.0`. ## 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