Roundcube Community Forum

Release Support => Pending Issues => Topic started by: gene on September 11, 2007, 03:53:49 AM

Title: print problem
Post by: gene on September 11, 2007, 03:53:49 AM
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
Title: Re: print problem
Post by: SKaero on September 11, 2007, 04:22:15 AM
Topic moved from Plug-Ins to Issues & Bugs
Can you give us more information, a picture or the error log.
Title: Re: print problem
Post by: gene on September 11, 2007, 09:27:39 AM
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'