sigma / gh.el

GitHub API library for Emacs
274 stars 74 forks source link

Multibyte error when uploading a gist #85

Closed vincentbernat closed 7 years ago

vincentbernat commented 7 years ago

Hey!

When uploading a gist containing non-ASCII chars (with gist.el), I get this error:

error in process sentinel: Multibyte text in HTTP request: POST /gists HTTP/1.1

An issue already exists: defunkt/gist.el#94. I have tried to trace it and found that the content is provided to gh.el unmodified. Who should convert the content to UTF-8 bytes? I would think that this could be gh.el.