Non English character sets failing.
Good day,
My team is having trouble serving HTML pages that contain special characters (accented French e.g. été).
On some of our pages it works fine, but on most it displays 'été' as 'été'. I have been unable to isolate the issue though I expect it is nested in the server somewhere.
I say this because if I load the same HTML page from two separate URLs one displays characters correctly, and the other does not.
The files on the server are exactly the same, but on the client side the accented characters do not display.
This leads me to the conclusion that it isn't something to do with content-type or other header data, but rather the server has decided not to interpret the characters correctly.
I'm open to suggestions.
