__color__,__group__,ticket,summary,component,milestone,type,created,_changetime,_description,_reporter
3,Baughn,12,indentation with unicode replacements,haskell-indentation,None,defect,2009-12-06T14:58:34Z+0000,2009-12-12T23:27:03Z+0000,"{{{
foo <- do bar <- baz
          return bar
}}}
looks as follows in emacs, with unicode replacements,
{{{
foo ← do bar ← baz                                                                                                                                                                                 
         return bar
}}}
which looks like, to other editors and ghc,
{{{
foo <- do bar <- baz
         return bar
}}}
which is unacceptable layout for ghc. This occurs with all unicode replacements.",sohumb@…
