Changing Content-Type Meta

I was wondering if there is any way to change the content-type in the header? I need to use a different charset on certain pages.

Hey Matt, I’m not aware of any supportable way to do this, sorry. What is the reason you would want to change from UTF-8?

Well the previous person in my position had coded a few database driven pages in a Windows-1252 and when I display the data, the apostrophes are weird wingding characters.

Hi Matt,

Oh okay, gotcha. Even if there may be ways to override the default UTF-8 character set, it might make the most sense for you to convert this data to UTF-8 anyways, to ensure that the content appears as expected on non-Windows machines.