#2964: System.Directory.getCurrentDirectory doesn't work on win32 if the current
directory has non-ascii characters in its name
--------------------+-------------------------------------------------------
Reporter: kirby | Owner:
Type: bug | Status: new
Priority: normal | Component: libraries/directory
Version: 6.10.1 | Severity: normal
Keywords: | Testcase:
Os: Windows | Architecture: x86
--------------------+-------------------------------------------------------
If you create a path with an international character in it (accented
letters are not enough, but russian characters or the euro symbol "€" is),
and you try to call getCurrentDirectory from there (e.g. with ghci), it
raises an exception:
{{{
Prelude System.Directory> getCurrentDirectory
*** Exception: SetCurrentDirectory: does not exist (The system cannot find
the file specified.)
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2964>
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