PhpList 2.10.10 Greek Support UTF-8

Well this is how you can set up a greek phplist installation to send greek newsletters:

  1. First of all open texts/greek.inc and change the $strCharSet  to  ‘utf-8′;
  2. Then save the file as UTF-8 nobom
  3. Open admin/send_core.php and find the lines
  4. line 1034 change .htmlentities(iconv(’ISO-8859-1′,’UTF-8′,$subject),ENT_QUOTES,’UTF-8′) to .htmlentities($subject,ENT_QUOTES,’UTF-8′)
  5. Line 1040 change htmlentities(iconv(’ISO-8859-1′,’UTF-8′,$from),ENT_QUOTES,’UTF-8′) to htmlentities($from,ENT_QUOTES,’UTF-8′)

That’s it all done your emails will be saved and send with the correct character set. Enjoy

You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.


Bookmark and Share

Biznet Infoservices Ltd

1 Comment »

 
 

Leave a Reply

You must be logged in to post a comment.