The Encode package
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 Encode.UPoint type and the Encode.Encoding type class.
The FunParsing 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.cs.chalmers.se/~peb/software.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 FunParsing Version
Properties
| Versions | 0.7, 1.1, 1.2, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5 |
|---|---|
| Dependencies | base, Cabal |
| License | GPL |
| Copyright | 2007 |
| Author | Otakar Smrz |
| Maintainer | otakar.smrz mff.cuni.cz |
| Category | Various |
| Home page | http://ufal.mff.cuni.cz/~smrz/ |
| Upload date | Wed Feb 14 12:24:38 UTC 2007 |
| Uploaded by | OtakarSmrz |
| Build failure | ghc-6.10 (log), ghc-6.12 (log), ghc-6.6 (log), ghc-6.8 (log) |
Modules
Downloads
- Encode-0.7.tar.gz (Cabal source package)
- package description (included in the package)