[GHC] #2244: load in GHCi doesn't work with UTF-8 filenames

GHC cvs-ghc at haskell.org
Sun Jan 27 18:13:21 CET 2013


#2244: load in GHCi doesn't work with UTF-8 filenames
---------------------------------+------------------------------------------
    Reporter:  malebria          |       Owner:                  
        Type:  bug               |      Status:  new             
    Priority:  lowest            |   Milestone:  7.6.2           
   Component:  GHCi              |     Version:  6.8.2           
    Keywords:                    |          Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |     Failure:  None/Unknown    
  Difficulty:  Unknown           |    Testcase:                  
   Blockedby:                    |    Blocking:                  
     Related:                    |  
---------------------------------+------------------------------------------
Changes (by morabbin):

  * failure:  => None/Unknown


Comment:

 Works for me, GHCi 7.6.1 on Mac, on command line and from within GHCi:
 {{{
 Orac:~/work/ghc $ ls Bl*
 Blörgle.hs
 Orac:~/work/ghc $ ghci Blörgle.hs
 GHCi, version 7.6.1: 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             ( Blörgle.hs, interpreted )
 ...
 Orac:~/work/ghc $ ghci
 GHCi, version 7.6.1: 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> :l Blörgle.hs
 [1 of 1] Compiling Main             ( Blörgle.hs, interpreted )
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2244#comment:13>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler



More information about the ghc-tickets mailing list