update unicode FilePath handling

Based on http://hackage.haskell.org/trac/ghc/ticket/3307 ,
whether FilePath contains decoded unicode varies by OS.
So, add a configure check for it.

Also, renamed showFile to filePathToString
This commit is contained in:
Joey Hess 2011-02-11 15:37:37 -04:00
parent 285fb2bb08
commit 5a50a7cf13
11 changed files with 34 additions and 16 deletions

View file

@ -67,5 +67,5 @@ checkKeySize key = do
then return True
else do
dest <- moveBad key
warning $ "Bad file size; moved to " ++ showFile dest
warning $ "Bad file size; moved to " ++ filePathToString dest
return False