|
|||||||
| Email header UTF-8 character definition is absent | ||||
|---|---|---|---|---|
| Add header with utf8 charset definition | ||||
Category Unknown |
Affected Version 1.6.0 rc3 |
Priority 5 - Medium |
||
Status Fixed |
Fixed Version 1.6 rc4 |
|||
Submitted 01-29-2008 |
||||
|
||||
|
|
|
|
|
|
Email header UTF-8 character definition is absent
Add header with utf8 charset definition
Email is been sent without definition of charset in header.
To ensure that the client displays the characters right, the header definition in /include/class.misc.php has to include the following lines: Code:
$headers .= "Content-Type: text/plain; charset=utf-8".$eol; $headers .= "Content-Transfer-Encoding: 8bit".$eol; |
|
|
| Issue Changed by peter |
|
![]() |
| Issue Tools |
|---|
Subscribe to this issue |