Add an entry for strings treated as ISO-8859-1 to the users guide bug list
[ghc-hetmet.git] / docs / users_guide / bugs.xml
index 8151626..c0c4bdb 100644 (file)
@@ -177,6 +177,16 @@ checking for duplicates.  The reason for this is efficiency, pure and simple.
               alphabetic by <literal>isAlpha</literal>.</para>
            </listitem>
          </varlistentry>
+
+         <varlistentry>
+           <term>Strings treated as ISO-8859-1</term>
+           <listitem>
+             <para>
+            Various library functions, such as <literal>putStrLn</literal>,
+            treat Strings as if they were ISO-8859-1 rather than UTF-8.
+          </para>
+           </listitem>
+         </varlistentry>
        </variablelist>
     </sect3>
   </sect2>