X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FIO%2FHandle.hs;h=fcfa92d0807399139b465ad8c885e2d20ba48dc8;hb=245a3e3e650e1b110f620e39925bfb0cc9b93002;hp=f42fd55c049d521c653f8cdeb8c458d569a7fd7d;hpb=41e8fba828acbae1751628af50849f5352b27873;p=ghc-base.git diff --git a/GHC/IO/Handle.hs b/GHC/IO/Handle.hs index f42fd55..fcfa92d 100644 --- a/GHC/IO/Handle.hs +++ b/GHC/IO/Handle.hs @@ -551,7 +551,7 @@ hIsTerminalDevice handle = do -- | Select binary mode ('True') or text mode ('False') on a open handle. -- (See also 'openBinaryFile'.) -- --- This has the same effect as calling 'hSetEncoding' with 'latin1', together +-- This has the same effect as calling 'hSetEncoding' with 'char8', together -- with 'hSetNewlineMode' with 'noNewlineTranslation'. -- hSetBinaryMode :: Handle -> Bool -> IO ()