dakrone / es-mode

An Emacs major mode for interacting with Elasticsearch
GNU General Public License v3.0
195 stars 34 forks source link

Decode response data to utf-8 #61

Closed greenonion closed 6 years ago

greenonion commented 6 years ago

request.el specifies the coding system as binary before issuing the request to curl. We need to handle this in the response data so utf encodings get displayed properly.

Fixes #39

dakrone commented 6 years ago

Seems to work great, thanks @greenonion!