Forum Moderators: open

Message Too Old, No Replies

Rss and Turkish Character Problem

Please help

         

armator

10:22 am on Jun 15, 2006 (gmt 0)

10+ Year Member



Dear Sirs

Kindly note I am trying to use Pausing Rss Scroller of Dynamic Drive .

It is running very good but I have problem by Turkish Characters.

Can anybody help me about this matter that which command/commands I have to add in code/codes?

Thanks advance your kind helps.

armator

[edited by: engine at 4:23 pm (utc) on June 15, 2006]

choster

6:48 pm on Jun 15, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



This is a guess, but are you having problems displaying Turkish characters? Remember that RSS is XML, not HTML, so HTML representations of characters do not work. For instance, there is no such thing as ç in XML, you will get an error message. Entering the character as ç or ç would work, however, and for generating HTML output you could also write ç.

armator

7:32 am on Jun 16, 2006 (gmt 0)

10+ Year Member



Dear Choster

Thanks your message .
Kindly note I am using another php for xml that it is writing as Turkish characters but pausing scroller of dynamic drive is not running with Turkish characters.

As I understand I have to add str_replace to the code of dynamic but I do not know how I can add because I started new to learn rss or xml .

You can check it by my <removed>

I believe that you can find a solution for this problem.

Thanks advance your kind helps.

Best Regards
armator

[edited by: jatar_k at 9:15 pm (utc) on June 16, 2006]
[edit reason] no urls thanks [/edit]

choster

3:59 pm on Jun 19, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Again, I think the problem is that your character sets are mismatched; Your XML is being output as windows-1254 text, but your parser.php output is being delivered as iso-8859-1.