blirette Posted June 9, 2010 Share Posted June 9, 2010 Hey, I've always used ISO8859 to code my PHP apps but I want to move to UTF8 now. I've converted my home-made CMS to manage everything in UTF8. Great. But now I have to use some results from .csv files and informations coming from an LDAP service which are encoded in ISO8859. Can anyone point me to a resource on how to work with different encodings? I'd hate to have to use ISO8859 again now that I finally made the switch. Thanks a lot, have a nice day. Quote Link to comment https://forums.phpfreaks.com/topic/204285-how-to-deal-with-iso8859-encoding-in-utf8/ Share on other sites More sharing options...
JonnoTheDev Posted June 9, 2010 Share Posted June 9, 2010 http://uk3.php.net/mb_convert_encoding Quote Link to comment https://forums.phpfreaks.com/topic/204285-how-to-deal-with-iso8859-encoding-in-utf8/#findComment-1069932 Share on other sites More sharing options...
blirette Posted June 9, 2010 Author Share Posted June 9, 2010 I'll check that right now. Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/204285-how-to-deal-with-iso8859-encoding-in-utf8/#findComment-1070000 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.