Optimize: Use Unicode in file name pattern matching
This does not perform any faster than the original, but it removesthe need to convert the path and pattern to UTF-8 before the matching.
Plus it's Unicode, so non-ASCII characters won't be a problem.
View differences
Optimize: Use Unicode in file name pattern matching
This does not perform any faster than the original, but it removes
the need to convert the path and pattern to UTF-8 before the matching.
Plus it's Unicode, so non-ASCII characters won't be a problem.