From 4412ca2c79a50481eff42550e9d63cba74c9ffc4 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 24 Jan 2016 23:15:58 +0100 Subject: Unify quoting in metadata.xml files for machine processing Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes. --- dev-haskell/encoding/metadata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-haskell/encoding') 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 @@ haskell - 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. + 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. Provide the getSystemEncoding action to query the locale. -- cgit v1.2.3-65-gdbad