#3469: Error open file if name contain national symbol
--------------------+-------------------------------------------------------
Reporter: Tonal | Owner:
Type: bug | Status: new
Priority: normal | Component: Compiler
Version: 6.10.4 | Severity: normal
Keywords: | Testcase:
Os: Windows | Architecture: Unknown/Multiple
--------------------+-------------------------------------------------------
Os Windows Vista Home Basic Ru + sp2
Steps
1. Haskell code (bug.hs in utf-8):
{{{
main = do
con <- readFile "фыва.txt"
print con
}}}
2. Console session:
{{{
C:\Lang\test>ghc -O3 --make bug.hs
C:\Lang\test>echo asdf>фыва.txt
C:\Lang\test>bug.exe
bug.exe: DK20.txt: openFile: does not exist (No such file or directory)
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3469>
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