Big patch to improve Unicode support in GHC. Validated on OS X and Windows, this
[ghc-base.git] / GHC / IO / Encoding / Iconv.hs
2011-05-14 Max BolingbrokeBig patch to improve Unicode support in GHC. Validated...
2011-04-03 Max BolingbrokeChange some uses of CString functions to CAString instead
2011-04-03 Max BolingbrokeFix handling of suffixes for GNU iconv
2011-01-28 simonpj@microsoft.comUse explicit language extensions & remove extension...
2010-11-24 Simon MarlowDon't throw an error if the output buffer had no room
2010-09-13 Simon MarlowAdd a suitable Show instance for TextEncoding (#4273)
2010-09-09 Ross Patersonavoid Foreign.unsafePerformIO
2010-05-19 pho@cielonegro.orgUse libcharset instead of nl_langinfo(CODESET) if possible.
2010-04-13 Ian LynaghFix bitrot in IO debugging code
2009-10-06 Simon MarlowUse UTF-32LE instead of UTF32LE
2009-10-05 Simon Marlowuse UTF32BE/UTF32LE instead of UCS-4/UCS-4LE
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