Classic ASP text substitution and UTF-8 encoding
问题 We have a website that uses Classic ASP. Part of our release process substitutes values in a file and we found a bug in it where it will write the file out as UTF-8. This then causes our application to start spitting out garbage. Apostrophes get returned as some encoded characters. If we then go an remove the BOM that says this file is UTF-8 then the text that was previously rendered as garbage is now displayed correctly. Is there something that IIS does differently when it encounters UTF-8 a