#5975: ghci can't load file whose name contains non-ASCII chars?
--------------------------+-------------------------------------------------
 Reporter:  j.waldmann    |          Owner:                
     Type:  bug           |         Status:  new           
 Priority:  normal        |      Component:  GHCi          
  Version:  7.4.1         |       Keywords:                
       Os:  Linux         |   Architecture:  x86_64 (amd64)
  Failure:  None/Unknown  |       Testcase:                
Blockedby:                |       Blocking:                
  Related:                |  
--------------------------+-------------------------------------------------

Comment(by j.waldmann):

 http://article.gmane.org/gmane.comp.lang.haskell.cafe/97474


 I looks like GHC correctly decodes command line parameters and then
 truncates them to 8-bit.

 {{{
 $ ghci ффф
 <command line>:
     Could not find module `DDD'

 >>> fromEnum 'ф' `mod` 256 == fromEnum 'D'
 True
 }}}

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

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to