id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
5940,Unicode characters in the command line get messed up,volker-wysk,,"The command line isn't properly decoded to Unicode. The following program demonstrates the bug:

import System
main = do
   [a] <- getArgs
   putStrLn (show a)

When called like this:

   ./bug ä

The program will output this:

   ""\195\164""
",bug,closed,normal,,libraries/base,7.0.4,duplicate,,,Linux,Unknown/Multiple,Incorrect result at runtime,Unknown,,,,#3309
