Re: [PHP] UTF-8 and HTTP headers

2004-01-15 Thread Chris Shiflett
--- Jiøí Nìmec <[EMAIL PROTECTED]> wrote: > I have problem with encoding UTF-8 and PHP scripts. Scripts send > information about encoding and this disallow send HTTP headers. Is > possibility to solve this problem? I don't understand your question, but maybe this will help. HTTP is encoded with I

Re: [PHP] UTF-8 and HTTP headers

2004-01-15 Thread memoimyself
Hello Jiri, I'm not sure I understand your problem (I had some trouble with your English), but have you tried PHP's utf8_encode() and utf8_decode() functions? Check out the PHP manual in your native language for more information on these functions. Cheers, Erik On 15 Jan 2004 at 12:52, Ji ¡

Re: [PHP] UTF-8 and HTTP headers

2004-01-15 Thread Jason Wong
On Thursday 15 January 2004 19:52, JiÅÃ NÄmec wrote: > I have problem with encoding UTF-8 and PHP scripts. Scripts send > information about encoding and this disallow send HTTP headers. Is > possibility to solve this problem? If I understand your problem correctly, the solution is to arrange your

[PHP] UTF-8 and HTTP headers

2004-01-15 Thread Jiří Němec
Hello, I have problem with encoding UTF-8 and PHP scripts. Scripts send information about encoding and this disallow send HTTP headers. Is possibility to solve this problem? Jiri Nemec -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php