Windows web server 2008, setting character encoding
How do you set the character encodi开发者_Go百科ng being used by the web server?
Thanks, R.
We found out what was causing the problem. The style sheet had become corrupted with some eroneous characters being written to the front of the file. The server was misinterpreting them causing it to change the encoding type that it was using. Deleted these chars and it worked great.
精彩评论