Big patch to improve Unicode support in GHC. Validated on OS X and Windows, this
[ghc-base.git] / GHC / IO / Encoding / CodePage.hs
2011-05-14 Max BolingbrokeBig patch to improve Unicode support in GHC. Validated...
2011-01-31 Simon Marlowadd missing extensions for Windows
2011-01-31 Simon Marlowadd NoImplicitPrelude (fix Windows build failure)
2011-01-28 simonpj@microsoft.comUse explicit language extensions & remove extension...
2010-09-14 simonpj@microsoft.comAdd missing import, fixes build on windows
2010-09-13 Simon MarlowAdd a suitable Show instance for TextEncoding (#4273)
2009-09-13 Judah JacobsonOn Windows, use the console code page for text file...