RSS reader and polish letters
Posted: Mon Feb 16, 2009 2:50 pm
Hello.
Please help.
I am trying to red RSS file from http://wiadomosci.onet.pl/2,kategoria.rss.
Here are files which I use to read:
RSS Reader -> http://phpamator.wrzuta.pl/other/file/8 ... /swiat.php
Templet for display -> http://phpamator.wrzuta.pl/other/file/1 ... ablon.html
My problem is that its displayed without polish letters. I tried alredy to change meta tags for:
But still there is no plish letters. Please help. You can download those 2 files and check it on your PC.
Thx.
Please help.
I am trying to red RSS file from http://wiadomosci.onet.pl/2,kategoria.rss.
Here are files which I use to read:
RSS Reader -> http://phpamator.wrzuta.pl/other/file/8 ... /swiat.php
Templet for display -> http://phpamator.wrzuta.pl/other/file/1 ... ablon.html
My problem is that its displayed without polish letters. I tried alredy to change meta tags for:
Code: Select all
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
<META http-equiv="Content-Type" content="text/html; charset=win-1250">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
Thx.