pkgsrc/devel/hs-utf8-string/DESCR
szptvlfn 377b3d7cc3 Update to 1.0.1.1
CHANGELOG:
1.0.1.1
-----
* Build correctly on GHC-7.0 (#14)

1.0.1
-----
* Improve the performance of Data.ByteString.Lazy.UTF8.fromString. (Thanks, ndmitchell)

1
-----
* Remove out all the old utf8 IO support. GHC supports utf8 now.
2016-01-04 12:22:20 +00:00

3 lines
174 B
Text

A UTF8 layer for Strings. The utf8-string package provides operations for
encoding UTF8 strings to Word8 lists and back, and for reading and writing UTF8
without truncation.