I want my .html files to be encoded in utf-8. I put the meta in the html files and globalization settings in Web.config, but still I observe that my GET requests contain Request headers such as:
Accept-Encoding:gzip,deflate,sdch
Accept-Language:en-US,en;q=0.8
How can I change them to add utf-8 and "tr" language? Is this the reason I see weird characters in the server responses where chars like 'ç' or 'ö' should be in my html files?