From: Andrew Dolgov Date: Fri, 14 Nov 2008 12:04:37 +0000 (+0100) Subject: set content-type header manually to utf-8 X-Git-Tag: 1.2.29~7 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=03208748b614231d1abbfc3b4b7361d719ae36b4;p=tt-rss.git set content-type header manually to utf-8 --- diff --git a/prefs.php b/prefs.php index dd14d8b6..eea6108f 100644 --- a/prefs.php +++ b/prefs.php @@ -15,7 +15,9 @@ $dt_add = get_script_dt_add(); no_cache_incantation(); - + + header('Content-Type: text/html; charset=utf-8'); + ?> diff --git a/tt-rss.php b/tt-rss.php index 6c443039..ee22bea8 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -16,6 +16,8 @@ no_cache_incantation(); + header('Content-Type: text/html; charset=utf-8'); + ?>