[PHP] French character string encoding

2008-04-24 Thread Angelo Zanetti
Hi all, If I have the following French character : #65533; And I want to display it properly, IE: how it is meant to be displayed as the proper french character, which encoding do I need to use? Or is there a string function which can convert this to the correct character? Thanks in advance.

Re: [PHP] French character string encoding

2008-04-24 Thread Per Jessen
Angelo Zanetti wrote: Hi all, If I have the following French character : #65533; And I want to display it properly, IE: how it is meant to be displayed as the proper french character, which encoding do I need to use? Or is there a string function which can convert this to the correct

RE: [PHP] French character string encoding

2008-04-24 Thread Angelo Zanetti
-Original Message- From: Per Jessen [mailto:[EMAIL PROTECTED] Sent: 24 April 2008 18:26 To: php-general@lists.php.net Subject: Re: [PHP] French character string encoding Angelo Zanetti wrote: Hi all, If I have the following French character : #65533; And I want to display

RE: [PHP] French character string encoding

2008-04-24 Thread Per Jessen
Angelo Zanetti wrote: Your #65533; didn't display properly at all - I tried ISO-8859-1 and UTF8. /Per Jessen, Zürich Hi Per that’s the problem I am having, this is how data from a project I inherited is saved in the DB and I cant get it to show. Hi Angelo what's the charset of your