Re: [PHP] Changing Default Charset

2004-03-09 Thread Brian V Bonini
On Mon, 2004-03-08 at 21:34, Span wrote: > I think it can't work if the server has set the default_charset in the > php.ini . > > eg: > if in php.ini has: > default_charset="gb_2312" > then only changing the charset in html page didn't work. > >>header('Content-type: text/html; charset=UTF-8');

Re: [PHP] Changing Default Charset

2004-03-09 Thread Brian V Bonini
On Mon, 2004-03-08 at 21:34, Span wrote: > I think it can't work if the server has set the default_charset in the > php.ini . > > eg: > if in php.ini has: > default_charset="gb_2312" > then only changing the charset in html page didn't work. > >>header('Content-type: text/html; charset=UTF-8');

Re: [PHP] Changing Default Charset

2004-03-08 Thread Span
); - Original Message - From: "Brian V Bonini" <[EMAIL PROTECTED]> To: "Junaid Saeed Uppal" <[EMAIL PROTECTED]> Cc: "PHP Lists" <[EMAIL PROTECTED]> Sent: Sunday, March 07, 2004 6:56 AM Subject: Re: [PHP] Changing Default

Re: [PHP] Changing Default Charset

2004-03-06 Thread Brian V Bonini
On Sat, 2004-03-06 at 12:19, Junaid Saeed Uppal wrote: > Hello There, > > I am on a shared account server ( virtual hosting ) given by my provider. I > want to change my charset that php uses to utf-8 but the default setting is > some other charset. Can I put some local directives in the directory

[PHP] Changing Default Charset

2004-03-06 Thread Junaid Saeed Uppal
Hello There, I am on a shared account server ( virtual hosting ) given by my provider. I want to change my charset that php uses to utf-8 but the default setting is some other charset. Can I put some local directives in the directory of my proggie to force php to use charset( UTF-8 ) instead of th