FIX #2816 (correct unicode output for :type/:kind)
authorSimon Marlow <marlowsd@gmail.com>
Wed, 11 Mar 2009 11:23:11 +0000 (11:23 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 11 Mar 2009 11:23:11 +0000 (11:23 +0000)
commit34271c2f24007d08f4e1077238cae0c8fa740342
tree2751ee7b15df0c6d4553033d14faba18103d4c2f
parent29fd0a47007971cd7def0d778faf3f5abb893d31
FIX #2816 (correct unicode output for :type/:kind)
This is just a hack, since we don't have correct unicode output for
Handles in general, I just fixed a couple of places where we were not
converting to UTF-8 for output.
compiler/ghci/InteractiveUI.hs