Page 1 of 1

RSS Feed language - iso-8859-1 to iso-8859-2

Posted: Sat 15. Apr 2006, 01:53
by erodzina
Hello,
How can i change language for RSS Feed? I couldn't find anthing about RSS Feed language. Well i'w got right now iso-8859-1 but i need iso-8859-2 for my language. Where to change it? My page is iso-8859-2 only RSS left... pleas help :)

Posted: Sat 15. Apr 2006, 05:24
by DeXXus
Read contents of file "rss_parse.inc.php" ~carefully~ :wink:

ALSO SEE
"rss10.inc.php"

Code: Select all

function preamble() {
	header("Content-type: text/xml");
	echo '<?xml version="1.0" encoding="iso-8859-1"?>