|
From: | Kentaro NAKAZAWA |
Subject: | Re: bug#23750: 25.0.95; bug in url-retrieve or json.el |
Date: | Tue, 29 Nov 2016 20:03:08 +0900 |
User-agent: | Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 |
On 2016/11/29 19:59, Dmitry Gutov wrote: > Where is the encode-coding-string call? Sorry, this is it. (let* ((content (encode-coding-string "ほげ <- VALID utf-8 Japanese multibyte text" 'utf-8)) (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)))
[Prev in Thread] | Current Thread | [Next in Thread] |