|
From: Henning Günther <h.guenther <at> tu-bs.de>
Subject: ANN: encoding-0.1 release Newsgroups: gmane.comp.lang.haskell.general Date: 2007-08-02 10:22:56 GMT (41 weeks, 17 hours and 4 minutes ago) Dear fellow Haskellers, I'm proud to announce the release of "encoding", a Haskell library to cope with many character encodings found on modern computers. This (probably) bug-ridden release should mainly be used to critize it and to find out if it could be actually useful for anyone. At the moment it supports (much more is planned): ASCII (lame, I know) UTF-8, -16, -32 ISO 8859-* (alias latin-*) CP125* (windows codepages) KOI8-R Bootstring (base for punycode) You can find the darcs repository on [1] and a tarball on [2]. So please, send comments, bugs, suggestions and code! Henning [1] http://code.haskell.org/encoding/ [2] http://hackage.haskell.org/cgi-bin/hackage-scripts/package/encoding-0.1 |
|
|