patch applied (packages/base): Use libcharset instead of nl_langinfo(CODESET) if possible.

Ian Lynagh igloo at earth.li
Tue Jun 15 12:20:42 EDT 2010


Tue May 18 18:31:12 PDT 2010  pho at cielonegro.org
  * Use libcharset instead of nl_langinfo(CODESET) if possible.
  
  nl_langinfo(CODESET) doesn't always return standardized variations of the encoding names. Use libcharset if possible, which is shipped together with GNU libiconv.

    M ./GHC/IO/Encoding/Iconv.hs -6 +3
    M ./cbits/PrelIOUtils.c -5 +19
    M ./configure.ac +11

View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=packages/base;a=darcs_commitdiff;h=20100519013112-62b54-aefc28ac0c2a518a1f97e9583fa79b06f8fe7e2e.gz


More information about the Cvs-libraries mailing list