X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fbugs.xml;h=c0c4bdbd50aae3980e12339b207054e003886c42;hb=6a05ec5ef5373f61b7f9f5bdc344483417fa801b;hp=8151626f23c2d9c59222a9b209d85ed4175b710f;hpb=9253afdfd62b10caaa398f78954aa7f309d887e5;p=ghc-hetmet.git 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. + + +