Author Topic: print problem  (Read 3060 times)

Offline gene

  • Newbie
  • *
  • Posts: 5
print problem
« 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

Online SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,883
    • SKaero - Custom Roundcube development
Re: print problem
« Reply #1 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.

Offline gene

  • Newbie
  • *
  • Posts: 5
Re: print problem
« Reply #2 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'