D
digitalcolony
My web.config has my site set to UTF-8.
<globalization requestEncoding="utf-8" responseEncoding="utf-8" />
This directive is supported with one exception. Any files that go
through the System.Web.StaticFileHandler still report encoding as US-
ASCII.
Is there anyway I can get the System.Web.StaticFileHandler to Encode
as UTF-8?
MAS
<globalization requestEncoding="utf-8" responseEncoding="utf-8" />
This directive is supported with one exception. Any files that go
through the System.Web.StaticFileHandler still report encoding as US-
ASCII.
Is there anyway I can get the System.Web.StaticFileHandler to Encode
as UTF-8?
MAS