Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Character encoding in AIM responses
What character encoding (charset) is used for HTTP responses to AIM POSTs?
โ07-10-2015 06:06 PM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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