mirror of https://github.com/BOINC/boinc.git
user web: change forum RSS encoding from ISO-8859-1 to UTF-8
svn path=/trunk/boinc/; revision=22854
This commit is contained in:
parent
f3169fb77a
commit
1e55d118e9
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue