Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ text Public
forked from jaspervdj/text

An efficient packed, immutable Unicode text type for Haskell, with a powerful loop fusion optimization framework.

License

Notifications You must be signed in to change notification settings

nudded/text

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text: Fast, packed Unicode strings, using stream fusion

This package provides the Data.Text library, a library for the space- and time-efficient manipulation of Unicode text in Haskell.

Normalization, conversion, and collation, oh my!

This library intentionally provides a simple API based on the Haskell prelude's list manipulation functions. For more complicated real-world tasks, such as Unicode normalization, conversion to and from a larger variety of encodings, and collation, use the text-icu package.

That library uses the well-respected and liberally licensed ICU library to provide these facilities.

Get involved!

Please report bugs via the bitbucket issue tracker.

Master Mercurial repository:

  • hg clone http://bitbucket.org/bos/text

There's also a git mirror:

  • git clone git://github.com/bos/text.git

(You can create and contribute changes using either Mercurial or git.)

Authors

The base code for this library was originally written by Tom Harper, based on the stream fusion framework developed by Roman Leshchinskiy, Duncan Coutts, and Don Stewart.

The core library was fleshed out, debugged, and tested by Bryan O'Sullivan [email protected], and he is the current maintainer.

About

An efficient packed, immutable Unicode text type for Haskell, with a powerful loop fusion optimization framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published