Fix part of #3398: pretty-printing always goes via the I/O library encoding
authorSimon Marlow <marlowsd@gmail.com>
Wed, 26 Aug 2009 10:40:52 +0000 (10:40 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 26 Aug 2009 10:40:52 +0000 (10:40 +0000)
That is, unless we're printing in LeftMode, where we bypass encoding
for speed.  This is safe, because LeftMode is used for outputting C or
asm, where everyting is Z-encoded and hence ASCII.

Error messages and other compiler output containing Unicode will now
appear correctly according to the locale settings.


No differences found