Re: [PHP] Re: Default charset

2005-12-27 Thread Graziano Liberati
At Tuesday 27 December 2005 19:36, M. Sokolewicz you wrote: > at the top of your script you could add a: > header('Content-Type: text/html; charset=UTF-8'); > that would work aswell (according to RFC 2616: > http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17) > > ;) > > - tul I want t

[PHP] Re: Default charset

2005-12-27 Thread M. Sokolewicz
at the top of your script you could add a: header('Content-Type: text/html; charset=UTF-8'); that would work aswell (according to RFC 2616: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17) ;) - tul Graziano Liberati wrote: Hi, I need to set the default charset for my applicat