I have a complete web application, all the pages are fine, saved as UTF-8 files and contain UTF-8 META tag value... the problem resides in the "cpanel.php" page, everything before and everything after is displayed correctly and if I right click and go to encoding it is => UTF-8 which is right...
but in the "cpanel.php" page, although it is saved as UTF-8 file, and contains the UTF-8 META tag value... when I "first" arrive to it, it is not displayed correctly ( in arabic ), in symbos instead, and the encoding is just "windows", but when I refresh the page, everything is fine then, Arabic Contents & UTF-8 encoding...
So what's the problem ? why does this page specifically show me wrong contents ? how can it be UTF-8 from the first visit ? ( note that it is saved as UTF-8 file, contains UTF-8 as meta tag value, and plus a session starts before it; in the logging in process page... )
Any help would be appreciated