patch applied (ghc): Fix #782, #1483, #1649: Unicode GHCi input
Simon Marlow
simonmar at microsoft.com
Wed Nov 14 10:15:50 EST 2007
Wed Nov 14 07:14:11 PST 2007 Simon Marlow <simonmar at microsoft.com>
* 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
More information about the Cvs-ghc
mailing list