mirror of
https://github.com/rclone/rclone.git
synced 2025-02-22 05:21:59 +01:00
Previously it was limited to plain ASCII (0-9, A-Z, a-z). Implemented by adding \p{L}\p{N} alongside the \w in the regex, even though these overlap it means we can be sure it is 100% backwards compatible. Fixes #6618 |
||
---|---|---|
.. | ||
fuzz.go | ||
path_test.go | ||
path.go |