Add System.IO.char8, the encoding used by openBinaryFile,
authorSimon Marlow <marlowsd@gmail.com>
Tue, 5 Apr 2011 08:57:22 +0000 (09:57 +0100)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 24 May 2011 12:23:16 +0000 (13:23 +0100)
commit245a3e3e650e1b110f620e39925bfb0cc9b93002
treed0738c9ad3159ee44d1d3ac000eab0b94d9d9d87
parent69f3ecdfa4e657aea1c012640e9ab1594bcfec78
Add System.IO.char8, the encoding used by openBinaryFile,
and correct the documentation for hSetBinaryMode which claimed that
it was using the latin1 encoding when in fact it was using an
unchecked modulo-256 version of it.
GHC/IO/Encoding.hs
GHC/IO/Handle.hs
System/IO.hs