Message9358
Still a problem on Windows, but not Linux, despite the fixes we have mode re Unicode paths in #2239
Likely the problem is due to the underlying C stat function being called in JNR Posix is mixing up the difference between Unicode and bytes.
But we are now on Java 7. Although BasicFileAttributes doesn't give us stuff like inode and device on Unix-like systems (or even the more extended Posix attributes), we don't have them anyway with JNR. Might as well use BasicFileAttributes then when running on Windows. |
|
Date |
User |
Action |
Args |
2015-01-08 04:50:43 | zyasoft | set | messageid: <1420692643.01.0.201808071477.issue1658@psf.upfronthosting.co.za> |
2015-01-08 04:50:43 | zyasoft | set | recipients:
+ zyasoft, fwierzbicki, amak, pekka.klarck, pjenvey |
2015-01-08 04:50:42 | zyasoft | link | issue1658 messages |
2015-01-08 04:50:42 | zyasoft | create | |
|