Recently I came across a situation where, while using a double-byte language, I had to enter the charset as a metatag.
Previously I had thought that the globalization tag in the web.config would handle the page charset, but this seems not to be the case.
Is there a way to set charset in the web.config or a way to set the charset of an entire web site without having to enter the metatag on every page?