Encode-0.9: Encoding character dataContentsIndex
Encode-0.9: Encoding character data

The Encode library is being proposed as a Haskell analogy to the Encode extension in Perl, http://search.cpan.org/dist/Encode/.

Like its counterpart, Encode should provide a unified interface for converting strings from different encodings into a common representation, and vice versa. The representation should be isomorphic to the Unicode character set, and the encodings might be both standard and user-defined. For this purpose, the Encode module defines the UPoint type and the Encoding type class.

The PureFP library is an edited excerpt from the Functional Parsing library developed by Peter Ljunglöf in his licenciate thesis Pure Functional Parsing – an advanced tutorial, Göteborg University and Chalmers University of Technology, April 2002, http://www.ling.gu.se/~peb/software.html.

The Parsek library is included for experimental purposes and subsumes PureFP.Parsers.Stream. Parsek was developed by Koen Claessen in his functional pearl article Parallel Parsing Processes, Journal of Functional Programming, 14(6), 741–757, Cambridge University Press, 2004, http://www.cs.chalmers.se/~koen/pubs/entry-jfp04-parser.html

The Version library is just a simple support for working with the CVS/SVN revision keyword.

This software is published under the GNU General Public License. Only the Encode.hs and Version.hs files are instead subject to the Revised BSD License. Note the copyright and license details in the headers of the files, and see LICENSE, LicenseBSD and LicenseGPL distributed with this package.

Encode PureFP Parsek Version

Modules
show/hideEncode
show/hideEncode.Arabic
show/hideEncode.Arabic.ArabTeX
Encode.Arabic.ArabTeX.ZDMG
Encode.Arabic.Buckwalter
Encode.Arabic.Byte
Encode.ExPlus
Encode.Extend
Encode.Mapper
show/hideEncode.Unicode
Encode.Unicode.UTF8
Parsek
show/hidePureFP
PureFP.OrdMap
PureFP.OrdSet
show/hidePureFP.Parsers
PureFP.Parsers.AmbExTrie
PureFP.Parsers.AmbTrie
PureFP.Parsers.ExTrie
PureFP.Parsers.PairTrie
PureFP.Parsers.Parser
PureFP.Parsers.Standard
PureFP.Parsers.Stream
PureFP.Parsers.Trie
Version
Produced by Haddock version 0.8