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

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
erodzina
Posts: 33
Joined: Mon 31. Oct 2005, 12:19

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

Post 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 :)
hi from Poland,
Marcin - site owner
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post 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"?>
Post Reply