On Wed, 23 Apr 2025 10:22:09 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
>> I don't think we can reproduce this issue even with custom FileSystemView >> because windows doesn't allow to create a file with special characters, it >> just discard those special characters. Also it doesn't allow to create a new >> folder with special characters through JFileChooser also. > > That's the point of using a custom `FileSystemView`… not to create the files > on the file system but to return the list of files. The files themselves may > not exist on the file system at all. When we are unable to create a folder with special characters in windows OS, why do we need to test it using custom `FileSystemView` ? My point is will any developer do this in windows? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/24439#discussion_r2055762842