|
From: | Dmitry Gutov |
Subject: | Re: bug#23750: 25.0.95; bug in url-retrieve or json.el |
Date: | Tue, 29 Nov 2016 12:59:57 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Thunderbird/50.0 |
On 29.11.2016 12:55, Kentaro NAKAZAWA wrote:
On 2016/11/29 19:50, Dmitry Gutov wrote:Do you have a full example to reproduce this?(require 'json) (let* ((content "ほげ <- VALID utf-8 Japanese multibyte text") (url "https://api.github.com/gists") (url-request-method "POST") (url-request-data (json-encode `(("description" . "test") ("public" . false) ("files" . (("test.txt" . (("content" . ,content))))))))) (with-current-buffer (url-retrieve-synchronously url) (buffer-string)))
Where is the encode-coding-string call?
[Prev in Thread] | Current Thread | [Next in Thread] |