On Monday 02 January 2012 21:53:49, 123_dirk wrote :
> I have a German Page and Users can send a mail from my page.
> In German we have characters like "äüö" or in HTML äüö.
> But because of the UTF-8, the mails are with encodes chars.

Hello. Maybe you need to just fix the e-mail headers, so that your e-mail 
software knows that this is UTF-8 text and display it correctly. No need to 
modify the pmform.php script. 

Add to config.php such a line:

  $PmFormMailHeaders = 'Content-type: text/plain; charset=UTF-8';

Petko

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to