myuhe / org-gcal.el

Org sync with Google Calendar
452 stars 113 forks source link

Decode download content explicitly #51

Closed syohex closed 8 years ago

syohex commented 8 years ago

Older request.el decodes in Emacs default encoding. While newer request.el does not decode and callback function takes byte data(not string).

This is related to #48 and https://github.com/abingham/emacs-request/pull/5 CC: @elandx, @lurdan

Here are screenshots.

Original

before

Fixed version

after

myuhe commented 8 years ago

Thanks!!