user web: change forum RSS encoding from ISO-8859-1 to UTF-8

svn path=/trunk/boinc/; revision=22854
This commit is contained in:
Rytis Slatkevičius 2010-12-24 19:35:08 +00:00
parent f3169fb77a
commit 1e55d118e9
2 changed files with 7 additions and 1 deletions

View File

@ -8839,3 +8839,9 @@ David 23 Dec 2010
sim.cpp
sim_util.cpp
sim_control.php
Rytis 24 Dec 2010
- user web: change forum RSS encoding from ISO-8859-1 to UTF-8
html/inc/
forum_rss.inc

View File

@ -94,7 +94,7 @@ function forum_rss($forumid, $userid, $truncate, $threads_only, $ndays) {
}
$channel_image = URL_BASE . "rss_image.gif";
$language = "en-us";
echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>
echo "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>
<rss version=\"2.0\">
<channel>
<title>".$description."</title>