[FX.php List] Trying to send email with lots of accented letters

Gjermund Gusland Thorsen ggt667 at gmail.com
Tue Aug 14 00:16:43 MDT 2007


Sounds to me what you want is not HTML entities, but an ordinary ASCII email...

ggt667

On 8/14/07, Bob Patin <bob at patin.com> wrote:
> I wish I could, but it's not what the client wants.
>
> I finally did a PHP string replace
>
> str_replace()
>
> nuked the accented letters and replaced them with unaccented ones, and the
> client's okay with that.
>
>
>
> On Aug 13, 2007, at 11:38 PM, Glenn Singleton wrote:
>
>
> I would send the content of the email as an attachment, say a PDF using the
> PHP PDF functions.
>
>
>
> This would then be sure to send whatever is entered, no matter the encoding.
>
>
>
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
>
>


More information about the FX.php_List mailing list