#4202: Cannot open a file with double quotes in the name
--------------------------+-------------------------------------------------
Reporter:  guest          |          Owner:                
    Type:  bug            |         Status:  closed        
Priority:  normal         |      Component:  libraries/base
 Version:  6.12.1         |     Resolution:  invalid       
Keywords:                 |             Os:  Windows       
Testcase:                 |   Architecture:  x86           
 Failure:  Runtime crash  |  
--------------------------+-------------------------------------------------
Changes (by guest):

  * status:  new => closed
  * resolution:  => invalid


Comment:

 The filename actually did not contain normal (ASCII) double quotes in the
 name, ASCII double quotes are not allowed. The misunderstanding occurred
 because the command
   dir /s/b C:\ > files.txt
 converts non-ASCII characters to ASCII.

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

Reply via email to