encoding: A library for various character encodings
Haskell has excellect handling of unicode, the Char type covers all unicode chars. Unfortunatly, there's no possibility to read or write something to the outer world in an encoding other than ascii due to the lack of support for encodings. This library should help with that.
| Versions | 0.1, 0.2, 0.3, 0.4, 0.4.1, 0.5.0, 0.5.1, 0.5.2, 0.6.0, 0.6.1, 0.6.2, 0.6.3 |
|---|---|
| Dependencies | base (<3), template-haskell or array, base (>=3), bytestring, containers, template-haskell |
| License | BSD3 |
| Author | Henning Günther |
| Maintainer | h.guenther@tu-bs.de |
| Stability | alpha |
| Category | Codec |
| Home page | http://code.haskell.org/encoding/ |
| Upload date | Mon Dec 11 00:06:31 UTC 2007 |
| Uploaded by | HenningGuenther |
| Built on | ghc-6.10, ghc-6.12, ghc-6.8 |
| Distributions | Arch: 0.6.3 |
Modules
- Data
- Data.Encoding
- Data.Encoding.ASCII
- Data.Encoding.BootString
- Data.Encoding.CP1250
- Data.Encoding.CP1251
- Data.Encoding.CP1252
- Data.Encoding.CP1253
- Data.Encoding.CP1254
- Data.Encoding.CP1255
- Data.Encoding.CP1256
- Data.Encoding.CP1257
- Data.Encoding.CP1258
- Data.Encoding.GB18030
- Data.Encoding.ISO88591
- Data.Encoding.ISO885910
- Data.Encoding.ISO885911
- Data.Encoding.ISO885913
- Data.Encoding.ISO885914
- Data.Encoding.ISO885915
- Data.Encoding.ISO885916
- Data.Encoding.ISO88592
- Data.Encoding.ISO88593
- Data.Encoding.ISO88594
- Data.Encoding.ISO88595
- Data.Encoding.ISO88596
- Data.Encoding.ISO88597
- Data.Encoding.ISO88598
- Data.Encoding.ISO88599
- Data.Encoding.KOI8R
- Data.Encoding.UTF16
- Data.Encoding.UTF32
- Data.Encoding.UTF8
- Data.Encoding
- System
Downloads
- encoding-0.3.tar.gz (Cabal source package)
- package description (included in the package)
