I have everything working now on my site using 5 different languages except for one small problem.
I have the charsets set as variables in my cookie system. So when someone is using a specific language there charset follows them around the site. Each page consists on 1 include.php that wraps the header,menu and footer around the body.
Problem i am having now is that I need to be able to display the body in UTF-8 but keep the include(header,menu,footer) as windows-1256 on one specific page only.
Any thoughts?