From: Ian Lynagh Date: Sun, 23 Sep 2007 13:18:45 +0000 (+0000) Subject: Add an entry for strings treated as ISO-8859-1 to the users guide bug list X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=eb01cea35de6994db497e002a32ea263ab290a60;p=ghc-hetmet.git Add an entry for strings treated as ISO-8859-1 to the users guide bug list --- diff --git a/docs/users_guide/bugs.xml b/docs/users_guide/bugs.xml index 8151626..c0c4bdb 100644 --- a/docs/users_guide/bugs.xml +++ b/docs/users_guide/bugs.xml @@ -177,6 +177,16 @@ checking for duplicates. The reason for this is efficiency, pure and simple. alphabetic by isAlpha. + + + Strings treated as ISO-8859-1 + + + Various library functions, such as putStrLn, + treat Strings as if they were ISO-8859-1 rather than UTF-8. + + +