]> git.eshelyaron.com Git - emacs.git/commit
Convert the remaining strings to unibyte before concatenating
authorDmitry Gutov <dgutov@yandex.ru>
Thu, 11 Aug 2016 18:06:49 +0000 (21:06 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 11 Aug 2016 18:06:49 +0000 (21:06 +0300)
commit75f1882479cc62f8795bb652a0853a3f395420a2
tree8d17f455be4a66937b74aed90ca5d62daf11cd23
parentd2db5dd8358f132252c8d11d40b1457615c43a57
Convert the remaining strings to unibyte before concatenating

* lisp/url/url-http.el (url-http--encode-string): New function.
(url-http-create-request): Use it to convert ASCII to unibyte.
(Bug#24117)
lisp/url/url-http.el