GNOME Bugzilla – Bug 664626
missing KOI-8R codepage support
Last modified: 2012-03-15 14:22:45 UTC
exchange-mapi-mail-utils.c contains some hard-coded (!) codepage translations. The KOI-8R (CP20866 in M$ naming and it's default for russian in Outlook) codepage is not listed there, so Evolution is unable to correctly select display charset for KOI8-R-encoded messages.
Created attachment 201996 [details] [review] added KOI8 support patch for exchange-mapi-mail-utils.c
Thanks for a bug report and patch. It's expected that there will be some translation table between Microsoft code page contacts and charset identifiers. having it in an external file may help a bit, but most users will need a patched package anyway.
Created commit b92840a in ema master (3.3.3+) Created commit a9ff123 in ema gnome-3-2 (3.2.3+)