forked from TrueCloudLab/rclone
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 |
||
---|---|---|
.. | ||
test | ||
drive.go | ||
drive_internal_test.go | ||
drive_test.go | ||
upload.go |