I have a problem with the french language on a website I`m developing … I have menu bar, tabs and text within each tab …
When I set the charset=ISO-8859-1, the text in the body works fine, but the menu bar and the tabs goes wrong!
This is a sample of the text I have …
Menu Bar: CONTRÔLE DE LA QUALITÉ <<<<<<<<<<<< Wrong
Tabs Text: CARRIÈRES <<<<<<<<<<<< Wrong
Body Text: égyptien <<<<<<<<<<<< Correct
But when I set the charset=utf-8
Menu Bar: CONTRÔLE DE LA QUALITÉ <<<<<<<<<<<< Correct
Tabs Text: CARRIÈRES <<<<<<<<<<<< Wrong
Body Text: �gyptien <<<<<<<<<<<< Wrong
I have tried mb_cenvert_encoding to set the encoding, but it didn’t also work … Anyone have any idea how to let this work?
UPDATE:

OK, I’ve finally reached a solution … You can call it a work around.
I’ve used
iconv() PHP function