How do I change e mail encoded to UTF 8

Discussion in 'Technical Support' started by asheerq, Jan 24, 2010.

  1. asheerq Customer

    hellao to all members

    What version of 68 Classifieds are you running?

    v4.1.8 Developer

    What template are you using?

    default

    Please describe in detail the issue you are having:

    How do I change
    To
    All messages are sent encoded wrong

    I want to be coding UTF-8

    Thank you for all To help me
  2. asheerq Customer

    please i need help
  3. seymourjames All Hands On Deck

    Detaisl please - where are you making these changes?
  4. asheerq Customer

    Hello my dear friend

    I want this change in the e-mail

    Before i upgrade my site all messages are encoded UTF-8

    Now it is encodes e-mail iso-8859-1

    i want it all e-mail cod be UTF-8

    thanx alot dear
  5. seymourjames All Hands On Deck

    Have you tried to add the UTF-8 into the header (and importantly res-ave) the files in the email folder in UTF-8? This may wotk but something tells me the mailer needs to be updated too? Poke around in the mailer to see what it is using too.
  6. asheerq Customer

    Sorry for late

    And thanks to everyone

    I could not find any solution from hosting company

    i try to searching for iso-8859-1 In each site pages

    Both files

    before the upgrade or after upgrade

    iI couldn't find iso-8859-1 code which distort the alert messages (a new user, modified, new, new ad request, etc.) sent to the webmaster

    Help me please my sie is closed alot time

    Hosting company has asked me to add that
    I know this won't work because i try it befor in header template of mail


    Help me please
  7. seymourjames All Hands On Deck

    Have you opened those files, re-saved them as utf-8 and then uploaded them. It seems to me that you may have them encoded as iso. Changing the declaration in the file is not enough. The actual file needs to be saved as utf-8. Most editors give you the option to save in utf-8, iso, etc.
  8. asheerq Customer

    Thank you for this wonderful attention

    after your last posting

    i upload all necessary files ,folders and also upgrade my site

    But the problem is not resolved

    I'm desperate to resolve the problem
  9. seymourjames All Hands On Deck

    Perhaps you are not understanding (although it may not be the solution). Every file when it is saved has the characters within it encoded. That format can be utf-8, iso, etc. What I am suggesting is you need to open those files again and make sure that when you save them (before uploading them), they are saved with utf-8 encoding.

    For example on a mac the text editor has an option - here it is set to utf-8.

    Attached Files:

  10. asheerq Customer

    Maybe I don't understand

    Just I extract all the script from the zip file and uploaded

    This was expected to be useful

    any way

    I will try to resave files again

    Thank you very much and I apologize for the poor language
  11. asheerq Customer

    Thank you so much

    half problem has been resolved

    The remaining part that appears in the image attachments


    Wrong code and i dont know which file resaved
  12. asheerq Customer

    Details of the message distorted
    I just want to know the file that needs re-save
    Repaired part of the problem
    But it is still part of the details of the message distorted
    Simple problem help me please
  13. seymourjames All Hands On Deck

    take no chances - do all the files in your email folder.
  14. asheerq Customer

    I do this a few times to email folder

    Unfortunately did not succeed

    I think that is the wrong code in another file

    View the blue code is before i upgrade my site
    And the red code is afteri upgrade my site

    The error is in the subject line of messages
    Have lost all hope when the first upgrade

    I do not know what to do now

    Do you re-install and pay the expenses of the templates from the new editor

    What to do now

    phpmailer from sourceforge.net for thats messages it's Different

    Just a note worthy of attention

    Thank you very much
  15. seymourjames All Hands On Deck

    If the files have utf-8 in the header of mail_header.tpl and the files are saved as utf-8 encoding then I can't think of anything else. Raise a ticket with 68C and perhaps they will see your issue. This is what the header should look like in mail_header.tpl

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="Content-Language" content="en-us" />
    </head>

    However you output suggests you have not done this.
    1 people like this.
  16. asheerq Customer

    Thank you Mr seymourjames

    Thank you very much for your help

    Now i type a ticket to Technical Support

    See you later
  17. Eric Barnes Guest

    Sorry I missed this topic.

    Open includes/classes/mailer/class.phpmailer.php and find this:
    Code:
    var $CharSet           = 'iso-8859-1';
    
    Change to:
    Code:
    var $CharSet           = 'utf-8';
    
  18. asheerq Customer

    Thank you
    i edit the file - by ftp

    Became the site appears as white page

    Retreated and i downloaded the file and edited by text editor

    Then i edit it again to the new cod

    However, design changes and became the site along the right

    im sorry nothing was Change
  19. seymourjames All Hands On Deck

    I thought we went through that change as well but looking back, it was not mentioned. Are you saving the file as utf-8 with your text editor like I showed in the earlier post with the screenshot.
  20. asheerq Customer

    yes my dear

    i save it as utf-8

    Use the default editor in Windows Vista

    check it now

    ??? ?????? ??????? after i edit and i save it as utf-8

    i lose algin

Share This Page