Character coding conversion error when using Emacs with Outlook -
i'm using outlookedit.el roundtrip e-mails outlook in order remain sane when corresponding people. working beautifully except when have use special characters, in case "åäö" used in swedish.
when open e-mail containing these characters in outlook (c-c o e) ok in emacs when save changes outlook (c-c o s) "åäö" turns "åäö" switching emacs (c-c o e) converted emacs "åäö" again.
if, instead of using outlookedit.el copy/paste text between outlook , emacs character conversion appears performed prefer not have way.
i've tried force outlook encode e-mails both us-ascii, iso-8859-1 , utf-8 under options -> mail format -> international options... result same.
how can (preferably) modify .emacs handle character conversion or reconfigure outlook make roundtripping these characters work?
my current emacs configuration inspection @ http://github.com/dholm/dotemacs/.
my guess between shell, , outlookedit.el, happening character encoding. try setting default coding system of buffer either utf-8, ascii, or cp-1252 (the windows default).
Comments
Post a Comment