Wed Nov 14 07:14:11 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * Fix #782, #1483, #1649: Unicode GHCi input GHCi input is now treated universally as UTF-8, except for the Windows console where we do the correct conversion from the current code page (see System.Win32.stringToUnicode). That leaves non-UTF-8 locales on Unix as unsupported, but (a) we only accept source files in UTF-8 anyway, and (b) UTF-8 is quite ubiquitous as the default locale.
M ./compiler/ghci/InteractiveUI.hs -42 +38 _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc