Thomas Bruederli wrote: >> - if (empty($o_part->charset)) >> + if (empty($o_part->charset) || strtolower($o_part->charset) == >> 'us-ascii') >> $o_part->charset = $this->default_charset; >> > > Hi Alec > > Hmm, I have some concerns that this change might break the display of > messages that really are encoded with US-ASCII. How is such an e-mail > displayed if the default charset is some chinese character set?
I think most of encodings contains ASCII subset, so there should be no significant problem with this. We need to test this more. -- Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252 LAN Management System Developer http://lms.org.pl Roundcube Webmail Project Developer http://roundcube.net _______________________________________________ List info: http://lists.roundcube.net/dev/
