You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
I have now changed code to only put the ; charset=UTF-8 encoding message in header for text/html. This will also happen on the .shtml files as they report the header as text/html also. If the file type is htm i am unsure what will happen but i think it will not put this encoding message. I may want to come up with a more flexible method to attach encoding messages with mime types but not a big deal as i would be the only one using this!
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!
The text was updated successfully, but these errors were encountered: