RE: [PHP] Re: ISO encoding of subject in mail?

2005-03-29 Thread Kim Madsen
-Original Message- From: l0t3k [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 30, 2005 7:07 AM Kim, i vaguely recall some new (aka 5.04) functions added to the mbstring extension to handle this. Hmm... I´m programming on a platform with 4.3.10, so that won´t work for me.

Re: [PHP] Re: ISO encoding of subject in mail?

2005-03-29 Thread Lars B. Jensen
i vaguely recall some new (aka 5.04) functions added to the mbstring extension to handle this. Hmm... I´m programming on a platform with 4.3.10, so that won´t work for me. Might just create my own function since it´s 6 chars that needs to be converted... beware of biting dog when proceeding

RE: [PHP] Re: ISO encoding of subject in mail?

2005-03-29 Thread Kim Madsen
-Original Message- From: M. Sokolewicz [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 29, 2005 6:09 PM convert it to quoted-printable using eg. imap_8bit() That seems to be, what I want _but_ NO PHP is printed after I call this function. I turns out that we haven´t got PHP compiled