Re: [PHP] Converting characters

2006-05-18 Thread Martin Alterisio
2006/5/17, Jonas Rosling [EMAIL PROTECTED]: Hi, the PHP newbie is here again asking questions. Is there anyway in PHP to convert none international characters so the are displayed correct? In my case I have lots of data in the database with å,ä and ö. Thanks // Jonas -- PHP General Mailing

Re: [PHP] Converting characters

2006-05-18 Thread Richard Lynch
On Wed, May 17, 2006 6:13 am, Jonas Rosling wrote: the PHP newbie is here again asking questions. Is there anyway in PHP to convert none international characters so the are displayed correct? In my case I have lots of data in the database with å,ä and ö. E. Since those probably ARE the

[PHP] Converting characters

2006-05-17 Thread Jonas Rosling
Hi, the PHP newbie is here again asking questions. Is there anyway in PHP to convert none international characters so the are displayed correct? In my case I have lots of data in the database with å,ä and ö. Thanks // Jonas -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] Converting characters

2006-05-17 Thread Ligaya Turmelle
Jonas Rosling wrote: Hi, the PHP newbie is here again asking questions. Is there anyway in PHP to convert none international characters so the are displayed correct? In my case I have lots of data in the database with å,ä and ö. Thanks // Jonas Have you looked at the mbstring or iconv