summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/IO/Encoding/Iconv.hs
Commit message (Expand)AuthorAgeFilesLines
* Big patch to improve Unicode support in GHC. Validated on OS X and Windows, thisMax Bolingbroke2011-05-141-78/+36
* Change some uses of CString functions to CAString insteadMax Bolingbroke2011-04-031-10/+15
* Fix handling of suffixes for GNU iconvMax Bolingbroke2011-04-031-2/+7
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+6
* Don't throw an error if the output buffer had no roomSimon Marlow2010-11-241-6/+6
* Add a suitable Show instance for TextEncoding (#4273)Simon Marlow2010-09-131-0/+1
* avoid Foreign.unsafePerformIORoss Paterson2010-09-091-1/+2
* Use libcharset instead of nl_langinfo(CODESET) if possible.pho@cielonegro.org2010-05-191-6/+3
* Fix bitrot in IO debugging codeIan Lynagh2010-04-131-16/+8
* Use UTF-32LE instead of UTF32LESimon Marlow2009-10-061-4/+4
* use UTF32BE/UTF32LE instead of UCS-4/UCS-4LESimon Marlow2009-10-051-2/+2
* Fix unicode conversion for MSB architecturesBen.Lippmeier@anu.edu.au2009-08-301-2/+4
* warning fix: -fno-implicit-prelude -> -XNoImplicitPreludeSimon Marlow2009-07-151-1/+1
* Fix some "warn-unused-do-bind" warnings where we just want to ignore the resultIan Lynagh2009-07-101-2/+1
* Remove unused importsIan Lynagh2009-07-071-2/+0
* Add a wrapper for libiconv.Matthias Kilian2009-06-291-9/+9
* Call nl_langinfo(CODESET) to get the name of the locale encoding on UnixSimon Marlow2009-06-231-2/+15
* Save and restore the codec state when re-decodingSimon Marlow2009-06-141-2/+5
* Rewrite of the IO library, including Unicode supportSimon Marlow2009-06-121-0/+212