# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup haskell 1.0 haskell.setup utf8-string 0.3.7 revision 5 checksums rmd160 31b890cf3759dfe775a42238644c35326a594eee \ sha256 785b4b31476adab9d4ea553a9a6b590acb0b906836abb3facd218c18b8eea9e8 license BSD maintainers nomaintainer platforms darwin description Support for reading and writing UTF8 Strings long_description \ A UTF8 layer for IO and Strings. The utf8-string package provides \ operations for encoding UTF8 strings to Word8 lists and back, and for \ reading and writing UTF8 without truncation.