From 03208748b614231d1abbfc3b4b7361d719ae36b4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 14 Nov 2008 13:04:37 +0100 Subject: set content-type header manually to utf-8 --- tt-rss.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tt-rss.php') diff --git a/tt-rss.php b/tt-rss.php index 6c4430398..ee22bea89 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -16,6 +16,8 @@ no_cache_incantation(); + header('Content-Type: text/html; charset=utf-8'); + ?> -- cgit v1.2.3