Re: [PHP] Switching to UTF-8. Need help.

2006-03-24 Thread Jasper Bryant-Greene
ant-Greene" <[EMAIL PROTECTED]> To: "Andy" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; Sent: Friday, March 24, 2006 11:18 AM Subject: Re: [PHP] Switching to UTF-8. Need help. Is the file saved in UTF-8 encoding (the PHP script itself)? Jasper Andy wrote: Th

Re: [PHP] Switching to UTF-8. Need help.

2006-03-24 Thread Andy
; Cc: <[EMAIL PROTECTED]>; Sent: Friday, March 24, 2006 11:18 AM Subject: Re: [PHP] Switching to UTF-8. Need help. Is the file saved in UTF-8 encoding (the PHP script itself)? Jasper Andy wrote: This is my code: "; echo utf8_encode ($str); ?> öüééééÉõ

Re: [PHP] Switching to UTF-8. Need help.

2006-03-24 Thread Jasper Bryant-Greene
x27;t want to modify the whole project. Best regards, Andy. - Original Message - From: "Richard Lynch" <[EMAIL PROTECTED]> To: "Andy" <[EMAIL PROTECTED]> Cc: Sent: Friday, March 24, 2006 2:14 AM Subject: Re: [PHP] Switching to UTF-8. Need help. Check the HEADE

Re: [PHP] Switching to UTF-8. Need help.

2006-03-24 Thread Andy
e - From: "Richard Lynch" <[EMAIL PROTECTED]> To: "Andy" <[EMAIL PROTECTED]> Cc: Sent: Friday, March 24, 2006 2:14 AM Subject: Re: [PHP] Switching to UTF-8. Need help. Check the HEADERS your web-server is sending. If they don't have Charset UTF-8 in th

Re: [PHP] Switching to UTF-8. Need help.

2006-03-23 Thread Richard Lynch
Check the HEADERS your web-server is sending. If they don't have Charset UTF-8 in there, it won't work on REAL browsers (Mozilla based) Then, for reasons known only to Microsoft, you have to use a META tag to define the Charset for IE. MS will *ignore* the headers in favor of a heuristic whereby

Re: [PHP] Switching to UTF-8. Need help.

2006-03-23 Thread Rasmus Lerdorf
Andy wrote: Hi to all, We are developing a multilanguage application, and slowly it seems that the Latin1(ISO 5589 1) encoding is not enough. I tried simply to convert the database and the encoding of the php to UTF-8, but I'm getting some problems. If I make an echo 'möbel, Belgien' the brow

Re: [PHP] Switching to UTF-8. Need help.

2006-03-23 Thread Jochem Maas
Andy wrote: Hi to all, We are developing a multilanguage application, and slowly it seems that the Latin1(ISO 5589 1) encoding is not enough. I tried simply to convert the database and the encoding of the php to UTF-8, but I'm getting some problems. If I make an echo 'möbel, Belgien' the brow

[PHP] Switching to UTF-8. Need help.

2006-03-23 Thread Andy
Hi to all, We are developing a multilanguage application, and slowly it seems that the Latin1(ISO 5589 1) encoding is not enough. I tried simply to convert the database and the encoding of the php to UTF-8, but I'm getting some problems. If I make an echo 'möbel, Belgien' the browser does no