Description
The FileExplorer widget in packages/widgets/ uses path splitting that may fail with non-ASCII filenames. A previous fix (#2971) addressed POSIX paths but non-ASCII filenames should be explicitly tested.
Expected behavior
A test with filenames like Japanese.txt, Russian.txt, and German.txt should not cause path resolution errors.
Priority
medium
Description
The
FileExplorerwidget inpackages/widgets/uses path splitting that may fail with non-ASCII filenames. A previous fix (#2971) addressed POSIX paths but non-ASCII filenames should be explicitly tested.Expected behavior
A test with filenames like
Japanese.txt,Russian.txt, andGerman.txtshould not cause path resolution errors.Priority
medium