id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	os	architecture	failure	difficulty	testcase	blockedby	blocking	related
3469	Error open file if name contain national symbol	Tonal		"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)
}}}
"	bug	closed	high	6.12.1	libraries/base	6.10.4	fixed			Windows	Unknown/Multiple		Unknown				
