wzy sohu wrote: > hi > thank you,i have tried the function imap_utf7_decode() but the result is > same(�Iz). > ������������������������������������nf��f��)��+-
If I say: imap_utf7_decode(somethingnotasii) It would actually a UTF-16 string. So, use the appropriate function(s) to decode that into your GB2321 or whatever coding of your choice. Reg.