id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
3309,getArgs should return Unicode on Unix,YitzGale,batterseapower,"The raw bytes of args should be decoded according to the current locale.

An additional function should be added:
{{{
getArgsBytes :: IO [Word8]
}}}
to provide access to the raw bytes.

This change needs to be coordinated with #3007 so that it will still
work to read a file name from the command line args and use it
to access a file.

This change should also be made on Windows: #3008

See the discussion at http://www.haskell.org/pipermail/haskell-cafe/2009-June/062795.html",bug,closed,high,7.2.1,libraries/base,6.11,fixed,unicode,slyfox@… marcot@…,Unknown/Multiple,Unknown/Multiple,None/Unknown,Unknown,,,,
