pymander / evernote-mode

Emacs interface for Evernote
166 stars 23 forks source link

Fix the issue 18 #28

Closed i-takuya closed 9 years ago

i-takuya commented 9 years ago

Avoid to send string which is 2 byte character by ascii-8bit format. As i see, String which passes the evernote library need to encode ascii-8bit as specification. Hence, Error occurs by 2bytes character , which is Japanese or other lang. For the time being, I made this fix sent 2bytes characters without encoding. English is encoded by ascii-8 bit as usual.