Jump to content

UTF-8 problem


Recommended Posts

How do I display it correctly? Cause in my e-mails in greek there is text like this:

 

 

ΑυτÏŒ είναι Îνα δοκιμαστικÏŒ μήνυμα, ο διακομιστής σας είναι πλέον ρυθμισμÎνος για την αποστολή email

 

ver. 1.5.2

Edited by Λόχος Ορεινών Καταδρομών (see edit history)
Link to comment
Share on other sites

Check the html files located in mails/gr/ folder. You can simply try to rewrite the text to proper characters. If it doesn't help, make sure to have utf-8 charset in mail headers:

 

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

Link to comment
Share on other sites

Check the html files located in mails/gr/ folder. You can simply try to rewrite the text to proper characters. If it doesn't help, make sure to have utf-8 charset in mail headers:

 

	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

 

I made this but the problem in the test email is still here...

Link to comment
Share on other sites

×
×
  • Create New...