From eb01cea35de6994db497e002a32ea263ab290a60 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 23 Sep 2007 13:18:45 +0000 Subject: [PATCH] Add an entry for strings treated as ISO-8859-1 to the users guide bug list --- docs/users_guide/bugs.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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. + + + -- 1.7.10.4