[PHP] Re: how can I decode such a string ?

2006-06-27 Thread Al
nicolas figaro wrote: Hi, I'd like to convert a string generated by a mail client like the following one : "test nf =?ISO-8859-15?Q?=E9_123456789012?=" back to the original one "test nf é 123456789012". Is there a (simple) way to do this ? thanks N F I'm short of time, but, this should

[PHP] Re: how can I decode such a string ?

2006-06-27 Thread M. Sokolewicz
Al wrote: nicolas figaro wrote: Hi, I'd like to convert a string generated by a mail client like the following one : "test nf =?ISO-8859-15?Q?=E9_123456789012?=" back to the original one "test nf é 123456789012". Is there a (simple) way to do this ? thanks N F Yes, with a regex expre

[PHP] Re: how can I decode such a string ?

2006-06-27 Thread Al
nicolas figaro wrote: Hi, I'd like to convert a string generated by a mail client like the following one : "test nf =?ISO-8859-15?Q?=E9_123456789012?=" back to the original one "test nf é 123456789012". Is there a (simple) way to do this ? thanks N F Yes, with a regex expression -- PH