ListMailPRO Email Marketing Software Forums

ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: bl on June 04, 2012, 02:12:46 am

Title: Problems with Umlaut in subject
Post by: bl on June 04, 2012, 02:12:46 am
Hi,

my problem is, when i sent an Email with special characters in subject ( Ö,Ä,Ü, or finish symbols) it will be replaced by some other crazy characters: ��
The problem exists always (also if i sent nur text or html messages.)

Please assist.
Title: Re: Problems with Umlaut in subject
Post by: bl on June 11, 2012, 04:42:32 am
Can anyone help me with this problem?
Title: Re: Problems with Umlaut in subject
Post by: paul on June 15, 2012, 05:05:44 pm
Is this in HTML or plain text?   

If it's in plain text, that would be a problem; it's based on system defined character sets. So you are limited by the systems you are sending to.

If it's HTML, you might lookup for markup code that is its equivalent by doing a BING search.
Title: Re: Problems with Umlaut in subject
Post by: DW on November 16, 2012, 05:27:26 am
You might try setting the $charset variable in config.php.

Perhaps:
Code: [Select]
$charset = "UTF-8";