Hi all,
I have a strange problem regarding UTF-8 characters on a PHP page I'm making. The page contains cyrillic letters in <title> tag, but it's not coded in php at all, it's inserted as plain html after some php code for database data fetch. When I put the page on my server, it outputs as it should, the title is shown in cyrillic etc, but when I try the same thing on the provider's server, it outputs question marks instead of letters. Furthermore, the encoding is deduced properly by the browser, UTF-8 is selected. When I look at page source, I see plain question marks instead of my cyrillic text, as if PHP parser did not output them correctly, or did not read them correctly from source file.
Then I removed the PHP code and renamed the page to .html extension, and tried it on the same server, and letters came up as they should. So this kinda convinced me I have a problem with the parser, but I never ran into this before, and I don't know where to look to fix it.
If anybody wants to take a look, the page is in the attachment.
Any help would be most appreciated.
Regards,
Victor