Hello
I would like to send out newsletter in chinese (BIG5) and I found that I need to change the encoding to BIG5 then can view the email, and my questions is :
1. Can I edit any file that can let html know the charset is big5 (though i put the charset tag in html, seem not work)
I knew there should relate to the header thing when send out the email, do u know how to solve this?
thanks a million!
Language problem of sending newsletter
- Oliver Georgi
- Site Admin
- Posts: 9936
- Joined: Fri 3. Oct 2003, 22:22
- Location: Dessau-Roßlau
- Contact:
- Oliver Georgi
- Site Admin
- Posts: 9936
- Joined: Fri 3. Oct 2003, 22:22
- Location: Dessau-Roßlau
- Contact:
Update: This answer was shit
I have to read better.
//Have you checked translated formamailer html files?//
Oliver
//Have you checked translated formamailer html files?//
Oliver
Last edited by Oliver Georgi on Thu 24. Jun 2004, 21:25, edited 1 time in total.
- Oliver Georgi
- Site Admin
- Posts: 9936
- Joined: Fri 3. Oct 2003, 22:22
- Location: Dessau-Roßlau
- Contact:
Has to be enhanced - or you patch the act_sendnewsletter.php - around line 185 add something like this:
maybe also neccessary to change encoding:
Oliver
Code: Select all
$mail->CharSet = 'big5';Code: Select all
$mail->Encoding = '7bit';- Oliver Georgi
- Site Admin
- Posts: 9936
- Joined: Fri 3. Oct 2003, 22:22
- Location: Dessau-Roßlau
- Contact: