Fix encoding error, files-ls, adding directory #13
|
@ -1102,5 +1102,5 @@ will be passed directly to the files-write function."
|
||||||
(cl-ppcre:regex-replace-all
|
(cl-ppcre:regex-replace-all
|
||||||
"%2520" (drakma:url-encode
|
"%2520" (drakma:url-encode
|
||||||
(cl-ppcre:regex-replace-all " " string "%20")
|
(cl-ppcre:regex-replace-all " " string "%20")
|
||||||
:utf-8)
|
drakma:*drakma-default-external-format*)
|
||||||
"%20"))
|
"%20"))
|
||||||
|
|
Ŝarĝante…
Reference in New Issue