Some folder names with special characters will raise a 404 error
52funny opened this issue · 1 comments
52funny commented
52funny commented
Author your commit #421 solves some problems but creates some new ones. For example, when the folder is some non-ASCII form of string, it may cause garbled problems. The root cause is that the atob
function only accept a few ASCII characters, resulting in errors parsing strings beyond the 0xff
range.