i strongly feel that internet site developers should
exclusively use UTF-8 text encoding / character setting over
ISO-8859-1... UTF-8 is universal and will display all
characters as they were meant to be displayed, whereas
ISO-8859-1 is prone to garbled text.
<?php
$message .= "Content-Type: text/plain;
charset=UTF-8n";
?>
~ and/or ~
<?php
$message .= "Content-Type: text/html;
charset=UTF-8n";
?>
note: above code for *nix servers.
----
Server IP: 216.235.15.211
Probable Submitter: 65.94.176.215
----
Manual Page -- http://www.
php.net/manual/en/ref.mail.php
Edit -- https://master
.php.net/note/edit/74840
Del: integrated -- h
ttps://master.php.net/note/delete/74840/integrated
Del: useless -- http
s://master.php.net/note/delete/74840/useless
Del: bad code -- htt
ps://master.php.net/note/delete/74840/bad+code
Del: spam -- https:/
/master.php.net/note/delete/74840/spam
Del: non-english --
https://master.php.net/note/delete/74840/non-english
Del: in docs -- http
s://master.php.net/note/delete/74840/in+docs
Del: other reasons-- https://mast
er.php.net/note/delete/74840
Reject -- https://mast
er.php.net/note/reject/74840
Search -- https://
master.php.net/manage/user-notes.php
--
PHP Notes Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|