Reputation: 109
I am trying to send some Latin Extended (ISO-8859-2) characters form a LandingPage registration Form, but from $mail->Body all the "ăîâşţ" ends in the E-mail Message as "ăîâşţ". Do I have to declare the Encoding on PHPMailer somewhere?
The awkward thing is, that all of Form data gets stored in the MySQL (INNODB-latin1_swedish_ci) with those "ăîâşţ" character, and they parse ok "ăîâşţ", when called by the BackEnd WebPages.
What am I doing wrong?
Upvotes: 0
Views: 18