Description of problem: for Printing a mail is in i18n Text Format is not print Body of message, but working fine for English Text. Version-Release number of selected component (if applicable): evolution-2.7.92-4.fc6 How reproducible: Everytime during starting Evolution Steps to Reproduce: 1. start Evoution (in en_US.UTF-8 also) 2. New Mail 3. Type something i18n text in Body (text format) Actual results: i18n Text is not printed in Body, but in From/To/Subject is ok Expected results: text should be printed Additional info: 1) PS file has also have same problem 2) save as draft and then print without opening in composer is ok
Created attachment 135107 [details] i18n text body, when evolution started in en_US locale
What's the difference between this and bug #196110?
Nothing is printed in body instead of Junk or # characters as in bug 196110. It is true to for CJK/Indic Languages
Initial investigation... $evo/plugins/print-message/print-message.c : org_gnome_print_message --> data->msg = e_msg_composer_get_message (composer, 1); $evo/composer/e-msg-composer.c : e_msg_composer_get_message (EMsgComposer *composer, gboolean save_html_object_data) --> return build_message (composer, save_html_object_data); $evo/composer/e-msg-composer.c : build_message (EMsgComposer *composer, gboolean save_html_object_data) --> if (p->mime_body) {
*** This bug has been marked as a duplicate of 202751 ***