id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
2816,ghci type messages mangle unicode,rog,igloo,"while error messages containing identifiers with unicode characters print fine, other messages from ghci do not.

for instance:
{{{
Prelude> α
<interactive>:1:0: Not in scope: `α'
Prelude> let α = 4
Prelude> α
4
Prelude> :type α
� :: Integer
}}}
",merge,closed,normal,6.10.2,GHCi,6.10.1,fixed,unicode utf-8,rogpeppe@…,MacOS X,x86,,Unknown,,,,
