mirror of
https://github.com/rclone/rclone.git
synced 2025-08-02 19:28:59 +02: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