On Windows, use the console code page for text file encoding/decoding.
[ghc-base.git] / GHC / IO / Encoding / Iconv.hs
2009-08-30 Ben.Lippmeier@anu... Fix unicode conversion for MSB architectures
2009-07-15 Simon Marlowwarning fix: -fno-implicit-prelude -> -XNoImplicitPrelude
2009-07-10 Ian LynaghFix some "warn-unused-do-bind" warnings where we just...
2009-07-07 Ian LynaghRemove unused imports
2009-06-29 Matthias KilianAdd a wrapper for libiconv.
2009-06-23 Simon MarlowCall nl_langinfo(CODESET) to get the name of the locale...
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