Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ticket #4507: shell VFS: incorrect file names with cyrillic or diacri…
…tic symbols. When using "Shell link", filenames with cyrillic or diacritic symbols are displayed as chains of numbers. The problem is due to Perl version. With Perl v5.36.0, there is no S_ISLNK in POSIX.pm. With Perl v5.38.0, there is S_ISLNK in POSIX.pm, so S_IMODE and S_IFMT are not imported from Fcntl due to condition unless defined &S_ISLNK. Signed-off-by: Andrew Borodin <[email protected]>
- Loading branch information