I need to find out if i nee to put the encoding for all types of mime files or just some. Currently the header element called Content-Type: will have this added to all mime file output : ; charset=UTF-8
Example would be as follows:
Content-Type: text/html; charset=UTF-8
I suspect that only the text/html mime types would need this!