PHP-Nuke Services - Addons, Modules, Blocks Vizitati www.westdesign.ro Select Interface Language:EnglishRomanian
  Login or Register HomeForumsDownloadsYour AccountWeb LinksContact   
SectionsShow\Hide
MultiheadlinesShow\Hide
LoginShow\Hide
~ Welcome, alien
Nickname Password
(Register)

~ Membership:

Greetings to the newest member jincesoft
~ New Today: 0
~ New Yesterday: 0
~ Overall: 4306

~ People Online:
~ Visitors: 8
~ Members: 0
~ Total: 8
~Aikon is offline
on Yahoo Msg.
Link to meShow\Hide

aikons.net
Search in FeedsShow\Hide
Search in feeds
HistoryShow\Hide
On 21 May


Speed Up   Pause   Speed Down
DictionaryShow\Hide
Enter the word

Romanian users only

- aikons.net - PHP-Nuke Services Forum Index


Reply to topic Page 1 of 1
RSS Not Multilanguage?
Message Author
Reply with quote
Post Posted: Thursday 30 July, 2009 20:28

When i get the rss from some sites i get ??????? instead of normal text in Greek

you can see it http://www.patrabet.gr/patra/modules.php?name=Multiheadlines

Everything else is working fine.

The database is on utf-8

View user's profile Send private message
Reply with quote
Post Posted: Thursday 30 July, 2009 20:39

I tried to comment out

//if ($encoding=="UTF-8") {
//$string=utf8_decode($string);
// }

in function.php and this didnt worked....

When i change my encoding manualy to utf-8 i can see some sites working!

View user's profile Send private message
Reply with quote
Post Posted: Thursday 30 July, 2009 22:51

As I can see your site is "ISO-8859-7" encoded, at least you have
Code:
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-7">
between the head tags.

The feeds you are collecting are UTF-8.

What are you seeing right now is a UTF-8 encoded text seened as "ISO-8859-7".

If you change your browser encoding to UTF-8 [somewhere in menu->view-Encoding] you'll see that the text looks fine[for feeds] but might look wrong in other sides of you site.

The solution would be to focus on only one type of encoding[eventually choose to use only the feeds urls that gives you ISO-8859-7 encoded feeds] or make a function to convert the UTF-8 characters to ISO-8859-7 and apply it to the collected feeds[UTF-8 only].

View user's profile Send private message Visit poster's website
Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  


Page Generation: 0.62 Seconds