Data.CompactString compact-string ==Introduction== Data.CompactString is a library for handling Unicode strings, build on top of Data.ByteString. ==Status== The library is not finished yet. * Some functions are implemented inefficiently. * Performance has not been tested. * Encoding is not correctly handled when reading from @stdin@ or writing to @stdout@. ==News== * 2007-03-11: Release of version 0.3, the library is now based on the Encoding class, making it much more flexible. All functions are now implemented. * 2007-02-09: Release of the version 0.2, using a UTF-8 encoding. Still not finished, though. * 2007-02-04: Release of the (unfinished) 0.1 version. ==Source== The source code can be downloaded using Darcs:
darcs get http://twan.home.fmf.nl/repos/compact-string
==Documentation== * Haddock generated documentation * Implementation details of the compact encoding