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.
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.