On 27 September 2011 02:50, Ian Lynagh <[email protected]> wrote: > It's passing here too now.
Thanks. I made this change to get it to compile on Windows, because GHC only recognises the UTF-8 encoding, not UTF8. It still worked on OS X since the code fell through to iconv, which did understand UTF-8. Thus, the problem you were seeing might indicate a bug in our interface to iconv (for some iconvs). It is just strange that the other tests for this code aren't failing for you. I will have a look at the code and see if I can spot a bug. Max _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
