id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
7551,GHCI does not support UTF8 file names.,timthelion,,"
{{{
[timothy@timothy current]$ ghci první/syntax/poznamky.hs 
GHCi, version 7.4.2: http://www.haskell.org/ghc/  :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.

<no location info>: can't find file: prvn?/syntax/poznamky.hs
Failed, modules loaded: none.
Prelude> :q
Leaving GHCi.
[timothy@timothy current]$ ghci
GHCi, version 7.4.2: http://www.haskell.org/ghc/  :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Prelude> :load první/syntax/poznamky.hs 

<no location info>: can't find file: prvnÃ­/syntax/poznamky.hs
Failed, modules loaded: none.
Prelude> :q
Leaving GHCi.
[timothy@timothy current]$ cd první/syntax/
[timothy@timothy syntax]$ ghci poznamky.hs 
GHCi, version 7.4.2: http://www.haskell.org/ghc/  :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
[1 of 1] Compiling Main             ( poznamky.hs, interpreted )
Ok, modules loaded: Main.
*Main> 
}}}
",bug,closed,normal,,GHCi,7.4.2,fixed,,,Linux,Unknown/Multiple,GHCi crash,Unknown,,,,
