What character encoding (charset) is used for HTTP responses to AIM POSTs?
07-10-2015 06:06 PM
We are using the default HTTP character set of ISO-8859-1. This can be inferred from the content-type HTTP header tag that we are sending. Specifically, we are only specifying a content type of text/html with no override of the default character set. The usage of a different character set would be called out in this header value.
07-15-2015 11:34 AM