[PHP] problems with utf-8 conversion

2010-04-05 Thread sudhir patil
I have csv file with special characters, stored in default encoding(ISO-8859-1). I am convert file contents(string) to UTF-8using iconv. This doesn't convert special characters properly, shows broken on fronted. Page encoding meta tag are properly set to utf-8. Characters are shown properly

Re: [PHP] Problems with UTF

2006-09-01 Thread mbneto
would after that need to decode the variables with base64_decode in your PHP script DS! -Original Message- From: mbneto [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2006 2:57 AM To: php-general@lists.php.net Subject: [PHP] Problems with UTF Hi, I have a php based script

Re: [PHP] Problems with UTF

2006-08-31 Thread Curt Zirzow
? -Original Message- From: mbneto [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2006 2:57 AM To: php-general@lists.php.net Subject: [PHP] Problems with UTF Hi, I have a php based script that is called from a html page via ajax. Everything runs fine except when I use characters

[PHP] Problems with UTF

2006-08-28 Thread mbneto
Hi, I have a php based script that is called from a html page via ajax. Everything runs fine except when I use characters such as á that ends up like A! After searching and testing I found that if I remove the encodeURIComponentfrom the javascript and replace with escape everything works fine.

Re: [PHP] Problems with UTF

2006-08-28 Thread Michael B Allen
On Mon, 28 Aug 2006 15:57:17 -0400 mbneto [EMAIL PROTECTED] wrote: Hi, I have a php based script that is called from a html page via ajax. Everything runs fine except when I use characters such as á that ends up like A! A browser will display text according the the charset specified in the

RE: [PHP] Problems with UTF

2006-08-28 Thread Peter Lauri
to make sure the arrive correctly. Of course you would after that need to decode the variables with base64_decode in your PHP script DS! -Original Message- From: mbneto [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2006 2:57 AM To: php-general@lists.php.net Subject: [PHP] Problems