RSS reader and polish letters

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Greg_BigPhpAmator
Forum Newbie
Posts: 15
Joined: Thu Feb 12, 2009 1:56 pm

RSS reader and polish letters

Post by Greg_BigPhpAmator »

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:

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" />
 
But still there is no plish letters. Please help. You can download those 2 files and check it on your PC.
Thx.
Post Reply