id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
3837,hsc2hs and utf-8,TaruKarttunen,simonmar,"hsc2hs is broken on a source file containing certain utf-8 characters in the comments.

Attached is an example module.

The probable culprit is:
{{{
    showCChar c    = ['\\',
                      intToDigit (ord c `quot` 64),
                      intToDigit (ord c `quot` 8 `mod` 8),
                      intToDigit (ord c          `mod` 8)]
}}}
in hsc2hs code.
",bug,closed,normal,7.0.2,hsc2hs,6.12.2,fixed,,pho@…,Unknown/Multiple,Unknown/Multiple,None/Unknown,,,,,
