simpli Posted April 8, 2009 Share Posted April 8, 2009 Hi, My accented characters are still not working. I am on FF on a mac. When I do page info I see the following encoding: ISO-8859-1. I believe this encoding allows accented french characters right? My firefox is an english version however. Is it the reason I cannot see the accents? Or is there some other setting I have to take care of? Thanks for helping. J-R Quote Link to comment Share on other sites More sharing options...
sKunKbad Posted April 8, 2009 Share Posted April 8, 2009 You should show us a link, or at least your code, so we can help you better. Quote Link to comment Share on other sites More sharing options...
simpli Posted April 9, 2009 Author Share Posted April 9, 2009 Here's my code <head> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"></head> <html> <body> Bienvenue au Pool des sŽries des finances All™ premire </body> </html> Quote Link to comment Share on other sites More sharing options...
sKunKbad Posted April 9, 2009 Share Posted April 9, 2009 You should go to an HTML character reference, like http://webdesign.about.com/library/bl_htmlcodes.htm, and look at the "Friendly Code". Quote Link to comment Share on other sites More sharing options...
simpli Posted April 11, 2009 Author Share Posted April 11, 2009 Found the problem. The text you are outputting must also be in UTF. That means if you are using login.php you have to save it as a UTF (or whatever encoding you using)! JR Quote Link to comment 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.