id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
3189,Exception in canonicalizePath if path has national symbols,Tonal,simonmar,"Environment: Windows Vista Home Ru + sp1 ghc 6.10.2

Code for reproduced (file tst2.hs):
{{{
import System.Directory

main = do
  cwd <- canonicalizePath "".""
  putStrLn cwd
  setCurrentDirectory cwd
}}}
Console session:
{{{
C:\Lang\test\haskell\Тест>ghc --make tst2.hs
[1 of 1] Compiling Main             ( tst2.hs, tst2.o )
Linking tst2.exe ...

C:\Lang\test\haskell\Тест>tst2.exe
C:\Lang\test\haskell\╥хёЄ
tst2.exe: SetCurrentDirectory: does not exist (5 C405BAO =09B8 C:070==K9 D09;.)
}}}",bug,closed,normal,6.12.1,libraries/directory,6.10.2,fixed,,,Windows,Unknown/Multiple,,Unknown,,,,
