1
0
mirror of https://github.com/rclone/rclone.git synced 2025-03-17 20:27:52 +02:00
albertony 8e6a469f98 fspath: allow unicode numbers and letters in remote names
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
2022-12-12 13:24:32 +00:00
..
2022-12-06 12:25:23 +00:00
2022-12-12 12:49:12 +00:00
2022-10-21 12:35:58 +01:00
2022-07-06 11:25:31 +01:00
2022-12-12 12:02:38 +00:00
2022-12-06 12:25:23 +00:00