forked from tkf/emacs-request
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable to set coding system for encoding/decoding
Non-ascii strings in JSON data would be unicoded when POSTing curl with JSON data because buffer-file-coding-system in data buffer is 'binary. But to change this code is not good for web page whose encoding is other encoding, so set encode in variable request-conding-system. (seq request-conding-system 'utf-8)
- Loading branch information
1 parent
b12f54a
commit 1562f9c
Showing
3 changed files
with
50 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters