Big patch to improve Unicode support in GHC. Validated on OS X and Windows, this
[ghc-base.git] / GHC / IO / Encoding / UTF8.hs
2011-05-14 Max BolingbrokeBig patch to improve Unicode support in GHC. Validated...
2011-01-28 simonpj@microsoft.comUse explicit language extensions & remove extension...
2010-09-13 Simon MarlowAdd a suitable Show instance for TextEncoding (#4273)
2009-08-30 Simon MarlowFix #3441: detect errors in partial sequences
2009-07-15 Simon Marlowwarning fix: -fno-implicit-prelude -> -XNoImplicitPrelude
2009-07-15 Simon MarlowAdd the utf8_bom codec
2009-07-06 simonpj@microsoft.comRemove unused imports from base
2009-07-06 Simon MarlowUse the result of writeCharBuf
2009-07-02 Simon Marlowa byte between 0x80 and 0xBF is illegal immediately...
2009-06-14 Simon MarlowSave and restore the codec state when re-decoding
2009-06-12 Simon MarlowRewrite of the IO library, including Unicode support