G'day I'm getting failures running the new non-ascii character test in MavenHttpRepoResolveIntegrationTest on my Mac. When debugging, it seems like File.getCanonicalPath() is converting all non-ascii characters to '?'.
I've got 'file.encoding' set to 'UTF-8' for the test process, and I'm running with JDK 1.7.0_25. Is anyone else seeing this problem? Any hints? Thanks Daz