Salvatore Insalaco <[email protected]> writes: > After some testing I noticed that Darcs (and probably other Haskell > applications too) has serious issues handling filenames with "strange" > characters (accented letters are not strange enough, euro symbol or > russian characters are) on Windows when compiled with GHC 6.10.1. It > works fine with GHC 6.8.3. > Until the GHC team fix those issues, all the "semi-official" Windows > builds starting with 2.1.1 will be done with GHC 6.8.3.
Can we add tests for this to tests/ or bugs/? E.g. for i in 'α' '∑' '기' 'ア'; do touch $i; darcs rec -lam $i $i; done _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
