summaryrefslogtreecommitdiff
blob: 0b5f92f246b12dc8b41b4f357c213bc294abe860 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<longdescription>
		Haskell has excellect handling of unicode, the Char type covers all unicode chars. Unfortunatly, there&#39;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.
	</longdescription>
	<use>
		<flag name="systemencoding">Provide the getSystemEncoding action to query the locale.</flag>
	</use>
</pkgmetadata>