I am having some problems with german special characters like and (hopes they display correct in the forum)
In a php file stored in UTF8 some strings with the special characters is defined.
Most of the time the output of these strings is correct on my UTF8 encoded html pages.
But sometimes, seems to me that it is when there has been no activity on the server for a while, I get just a ? instead of the special characters. Doing a refresh solves the problem and everything is okey until the server again is inactive for a while.
Anyone else who has seen something like this?
So far my research indicates to me that:
It is not a browser specific problem.
Seems like server-side problem.
Seems like an apache or php problem to me.
(Using html entities like & # 228; = could solve the problem I know, but that is not an option I can use)
Thanks,
/Claus