Roundcube Community Forum

 

print problem

Started by gene, September 11, 2007, 03:53:49 AM

Previous topic - Next topic

gene

it's problem in rc with printing messages coded in windows1250. when i click at "view source" mail is showing properly, but in 'normal message view' it is not and when i print it, there is also unproperly printed.

maybe you have any suggestions how to fix it, please help.
gene

SKaero

Topic moved from Plug-Ins to Issues & Bugs
Can you give us more information, a picture or the error log.

gene

roundcube always is coding here:
rcube_shared.inc in my version line 154
--------------------------------------
   header('Content-Type: text/html; charset='.$this->charset);
   $__page_header = ''."\n";

and no matter if mail is displayed or another view is choosen, always is coded the same way.

this cause problems when you received mails in different coding, for example 'utf-8' and 'windows-1250'