Some mail programs dosn't dispay non-english character correctly if there is no character encoding mail headers, but Diferior dosn't set such headers.
If you have such problems, replace two lines (#357 & #513) in functions/user.php with: mail ( $email, $mail_subject, $mail_body, 'From: '. MAIL_FROM .„\r\nReply-To: “. ADMIN_EMAIL .„\r\nX-Mailer: “. PAGE_NAME .' mailer' .„\r\nContent-Type: text/plain; charset=\“UTF-8\"" );
PS. Sorry for my English, I'm russian.
Blog posts: 11
Added downloads: 2 Comments: 18 Forum posts: 573
If you have such problems, replace two lines (#357 & #513) in functions/user.php with:
mail ( $email, $mail_subject, $mail_body, 'From: '. MAIL_FROM .„\r\nReply-To: “. ADMIN_EMAIL .„\r\nX-Mailer: “. PAGE_NAME .' mailer' .„\r\nContent-Type: text/plain; charset=\“UTF-8\"" );
PS. Sorry for my English, I'm russian.
Added downloads: 2
Comments: 18
Forum posts: 573