#3130: copyFile and findExecutable don't work correctly if filename has national
symbols
----------------------------------+-----------------------------------------
  Reporter:  shelarcy             |          Owner:         
      Type:  bug                  |         Status:  new    
  Priority:  high                 |      Milestone:  6.12.2 
 Component:  libraries/directory  |        Version:  6.10.1 
Resolution:                       |       Keywords:         
Difficulty:  Unknown              |             Os:  Windows
  Testcase:                       |   Architecture:  x86    
   Failure:  None/Unknown         |  
----------------------------------+-----------------------------------------
Comment (by shelarcy):

 Above examples work fine.

 copyFile::
   {{{
 C:\home>C:\ghc\ghc-6.13.20091122\bin\runghc.exe Test.hs
 "copyFile works if second argument has national path."
 "copyFile doesn't work if second argument has national path."
 "copyFile doesn't work if first argument has national path."
 }}}

 findExecutable::
   {{{
 C:\home>C:\ghc\ghc-6.13.20091122\bin\runghc.exe Test.hs
 Just "C:\\tool\\bin\\\12486\12473\12488.exe"
 }}}

 So, this bug is fixed now.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3130#comment:6>
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