summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/encoding/metadata.xml')
-rw-r--r--dev-haskell/encoding/metadata.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/encoding/metadata.xml b/dev-haskell/encoding/metadata.xml
index 0b5f92f246b1..924adebf6db3 100644
--- a/dev-haskell/encoding/metadata.xml
+++ b/dev-haskell/encoding/metadata.xml
@@ -3,7 +3,7 @@
<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.
+ Haskell has excellect handling of unicode, the Char type covers all unicode chars. Unfortunatly, there'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>