escape special characters for the encoded path #262

Merged
akinwale merged 3 commits from escape-filenames into master 2018-08-27 19:14:30 +02:00
akinwale commented 2018-08-27 09:31:00 +02:00 (Migrated from github.com)
No description provided.
skhameneh (Migrated from github.com) reviewed 2018-08-27 09:31:00 +02:00
neb-b (Migrated from github.com) reviewed 2018-08-27 17:30:10 +02:00
neb-b (Migrated from github.com) commented 2018-08-27 17:30:10 +02:00

Not exactly sure what this is doing. re would just be a string since you are using .replace. Should re be a regex pattern?

Not exactly sure what this is doing. `re` would just be a string since you are using `.replace`. Should `re` be a regex pattern?
akinwale (Migrated from github.com) reviewed 2018-08-27 17:47:53 +02:00
akinwale (Migrated from github.com) commented 2018-08-27 17:47:53 +02:00

This makes sense and makes this seem like overengineering the solution in retrospect. I can't even remember why I used RegExp in the first place.

This makes sense and makes this seem like overengineering the solution in retrospect. I can't even remember why I used `RegExp` in the first place.
neb-b (Migrated from github.com) approved these changes 2018-08-27 17:54:35 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-android#262
No description provided.