Re: [PHP-DEV] iconv_mime_encoding

2006-05-22 Thread Oliver Block
Am Sonntag, 21. Mai 2006 01:46 schrieb Derick Rethans: > It doesn't, but changing it now breaks BC. Hi Derrick, if you look into RFC4021 there are about 70 header fields, which could be created comfortably with the function iconv_mime_encode. On the other hand there are fields that can be not c

Re: [PHP-DEV] iconv_mime_encoding

2006-05-20 Thread Derick Rethans
On Sat, 20 May 2006, Oliver Block wrote: > which sense does it make if a function like iconv_mime_encoding() requires an > field_name as first argument? It doesn't, but changing it now breaks BC. Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org -- PHP Inte

[PHP-DEV] iconv_mime_encoding

2006-05-20 Thread Oliver Block
Hi, which sense does it make if a function like iconv_mime_encoding() requires an field_name as first argument? Header fields are lines composed of a field name, followed by a colon (":"), followed by a field body, and terminated by CRLF. A field name MUST be composed of printable US-ASCII ch