Re: CPG1.4.2 released as stable - bug in e-mail encoding Re: CPG1.4.2 released as stable - bug in e-mail encoding
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Re: CPG1.4.2 released as stable - bug in e-mail encoding

Started by gaborsoha, December 17, 2005, 11:47:39 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

gaborsoha

Hello,

I have found a bug in sending e-card. The encode settings for the gallery is utf-8. When sendig an e-card, the special caraters seems OK in the browswer. But the recepient can not read it.

The solution:
change the following in include/mailer.inc.php line 125.
    var $CharSet           = "utf-8";       // it was "iso-8859-1"
(the best woulld be to use the encoding of the e-card form to make sure characters will look the same as it filled)


PS. The reason to write it here is I can not open a new topic  ???


Joachim Müller

Quote from: gaborsoha on December 17, 2005, 11:47:39 AM
PS. The reason to write it here is I can not open a new topic  ???
Read the sticky thread to find out why. Of course regular users can't start new threads on the announcement board, that's why the support board exists. ::)