mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 12:36:38 +08:00
8e6a469f98
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 |