X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FIO.hs;fp=System%2FIO.hs;h=c6a11dd38c5f643c180e5ee4ad539d5df2d775ea;hb=de76ff60453a0a57a9a942e4f0130ec2eca921f0;hp=ed75bb0b49e7ccbcd42f3eb8fdf92d96bcf3aab5;hpb=d6403a02588eb91ad9342ff632a2d31966ae4287;p=ghc-base.git diff --git a/System/IO.hs b/System/IO.hs index ed75bb0..c6a11dd 100644 --- a/System/IO.hs +++ b/System/IO.hs @@ -171,9 +171,9 @@ module System.IO ( -- -- The default 'TextEncoding' is the same as the default encoding -- on your system, which is also available as 'localeEncoding'. - -- (GHC note: on Windows, currently 'localeEncoding' is always - -- 'latin1'; there is no support for encoding and decoding using - -- the ANSI code page). + -- (GHC note: on Windows, we currently do not support double-byte + -- encodings; if the console\'s code page is unsupported, then + -- 'localeEncoding' will be 'latin1'.) -- -- Encoding and decoding errors are always detected and reported, -- except during lazy I/O ('hGetContents', 'getContents', and