0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/test
Paul Connolley dd4f8a5f6a Ensure that the character set is UTF-8 for RSS feed
When setting the Content-Type header for the RSS feeds, the character
set is omitted. However, when running the feed through the
[Feed Validator](http://feedvalidator.org), it became apparent that
there was a problem as the encoding defaults to US-ASCII. See
[RFC 3023](http://www.ietf.org/rfc/rfc3023.txt) for further information
on the default XML charset over HTTP.

I have added a test and simple update to the 'Content-Type' header.
2014-04-23 10:47:25 +01:00
..
functional Ensure that the character set is UTF-8 for RSS feed 2014-04-23 10:47:25 +01:00
integration Tag API: Primary Document Format 2014-04-20 19:48:59 -05:00
unit Post response move pagination -> meta 2014-04-19 17:03:20 +02:00
utils Post response move pagination -> meta 2014-04-19 17:03:20 +02:00
blanket_coverage.js Coverage report task fix for Windoze 2013-11-11 20:56:36 +00:00