Email Encoding
International Character Sets (charsets) for Email Newsletter Messages
MailList Controller version 9 or newer is written in unicode and sends out all messages in utf-8 format.
Utf-8 contains all characters, so you don't need to care about the charset.
The program also converts the HTML code into utf-8 format when importing a custom HTML template.
It converts the following charset automatically:
- ISO-8859-1
- ISO-8859-2
- ISO-8859-3
- ISO-8859-4
- ISO-8859-5
- ISO-8859-6
- ISO-8859-7
- ISO-8859-8
- ISO-8859-13
- ISO-8859-15
- WINDOWS-1250
- WINDOWS-1251
- WINDOWS-1252
- WINDOWS-1253
- WINDOWS-1254
- WINDOWS-1255
- WINDOWS-1256
- WINDOWS-1257
- WINDOWS-1258
- US-ASCII
- SHIFT_JIS
- EUC-JP
- GB2312
- BIG5
- KOI8-R
- WINDOWS-874
Please save the HTML file as utf-8 before you import the HTML template file if you have any problems.

