You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DecodeStream decodes all URL-escaped strings, not just those created by EncodeStream. Thus, if you happen to use legal URL escapes in your file names, Scoville will convert them to mojibake. (If you use illegal URL escapes, Scoville will refuse to return them in operations like readdir.)
The text was updated successfully, but these errors were encountered:
DecodeStream
decodes all URL-escaped strings, not just those created byEncodeStream
. Thus, if you happen to use legal URL escapes in your file names, Scoville will convert them to mojibake. (If you use illegal URL escapes, Scoville will refuse to return them in operations likereaddir
.)The text was updated successfully, but these errors were encountered: