kumarangopi Posted August 17, 2009 Share Posted August 17, 2009 Kindly have a look at the attachment. I don't know why that text is not formatted. It is french text, below text is also french but that is displaying correctly. Both are coming from DB. Kindly help. I am not a techie to get into the code deeper. Kindly help [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/170701-french-text-in-php/ Share on other sites More sharing options...
Mardoxx Posted August 17, 2009 Share Posted August 17, 2009 install language packs Link to comment https://forums.phpfreaks.com/topic/170701-french-text-in-php/#findComment-900330 Share on other sites More sharing options...
ignace Posted August 17, 2009 Share Posted August 17, 2009 Have you set encoding to ISO-8859-1? PHP: ini_set('default_encoding', 'ISO-8859-1'); HTML: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> Link to comment https://forums.phpfreaks.com/topic/170701-french-text-in-php/#findComment-900331 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.