#7551: GHCI does not support UTF8 file names.
-----------------------+----------------------------------------------------
Reporter: timthelion | Owner:
Type: bug | Status: new
Priority: normal | Component: GHCi
Version: 7.4.2 | Keywords:
Os: Linux | Architecture: Unknown/Multiple
Failure: GHCi crash | Blockedby:
Blocking: | Related:
-----------------------+----------------------------------------------------
{{{
[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>
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7551>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs