M
Mike S
What is the best way to send French characters in the hopes that Google
and Hotmail users will see the characters correctly?
I added code like this for 33 characters in an effort to avoid problems:
$message = str_replace("À", "À", $message); // Capital A-grave
Right now the email uses 8 bit encoding, and the 'win-1256',
'us-ascii'character sets.
If this is the wrong group for this question I apologize, please
recommend the appropriate group, thanks.
and Hotmail users will see the characters correctly?
I added code like this for 33 characters in an effort to avoid problems:
$message = str_replace("À", "À", $message); // Capital A-grave
Right now the email uses 8 bit encoding, and the 'win-1256',
'us-ascii'character sets.
If this is the wrong group for this question I apologize, please
recommend the appropriate group, thanks.