id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
1344,Overflow bug in hex character literals,simonmar,igloo,"{{{
Prelude> ""Hel\x6c000000000000000 World""
<interactive>:1:7: lexical error in string/character literal at character 'c'
Prelude> ""Hel\x6c0000000000000000 World""
""Hel\NUL World""
}}}

Two bugs really: the first error message gives a strange location, and the second example is probably the result of an overflow somewhere.",bug,closed,high,7.0.1,Compiler,6.6.1,fixed,,,Unknown/Multiple,Unknown/Multiple,None/Unknown,Easy (less than 1 hour),,,,
