Add hGetEncoding :: Handle -> IO (Maybe TextEncoding)
authorSimon Marlow <marlowsd@gmail.com>
Wed, 15 Jul 2009 12:25:19 +0000 (12:25 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 15 Jul 2009 12:25:19 +0000 (12:25 +0000)
commit36544e286811d7ae98870fd427ff379fb47336c1
tree1276b08844332c842cda2bc9c62548df937b162b
parent609efe0b2f279af4616b2881b51212a8af94e3f1
Add hGetEncoding :: Handle -> IO (Maybe TextEncoding)
as suggested during the discussion on the libraries list
GHC/IO/Handle.hs
GHC/IO/Handle/Internals.hs
GHC/IO/Handle/Types.hs
System/IO.hs