Welcome, Guest. Please login or register.
Did you miss your activation email?
05/23/12, 01:26
Home Help Search Login Register
News: Parsley Flex framework review featuring quiz application, in our Flex frameworks series
Flex SDK 4.5 mobile roadmap: begin with your mobile development
Swiz Flex framework review featuring quiz application
New homepage we release our new Homepage, take a look ...

+  Flash-db
|-+  Server side Scripting and Database Support
| |-+  Web Services: XML, Soap, WSDL, UDDI, and Flash Integration (Moderators: Flash-db, Musicman, vesa kortelainen, Ronald Wernecke, Jorge Solis)
| | |-+  About RssReader
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: About RssReader  (Read 1630 times)
mario
Server what's that
*
Posts: 2



View Profile Email
« on: 09/06/03, 13:05 »

Hi:
First of all thanks to flash-db team for their fantastic work.
I tried to install RssReader using txt file.
Aplication works fine, but the only problem that i have (iīm spanish),
is in the accents.
I canīt see any accent.
Anyone can help me to fix this problem.
Thanks again.
Cheers
Logged
Jorge Solis
Administrator
Systems Administrator
*****
Posts: 14600


View Profile
« Reply #1 on: 09/07/03, 12:16 »

Hi Mario

Look into the Rsstxt.php, lines 41, 42, 43

if($tag["_NAME"]=="title") $news_title=urlencode($tag[_DATA]);
if($tag["_NAME"]=="link") $news_uri=urlencode($tag[_DATA]);
if($tag["_NAME"]=="description") $news_desc=urlencode($tag[_DATA]);

And delete the urlencode(), so should be

if($tag["_NAME"]=="title") $news_title=$tag[_DATA];
if($tag["_NAME"]=="link") $news_uri=$tag[_DATA];
if($tag["_NAME"]=="description") $news_desc=$tag[_DATA];

I'll update the version as soon as possible

Jorge

Logged

mario
Server what's that
*
Posts: 2



View Profile Email
« Reply #2 on: 09/08/03, 02:51 »

Hi Jorge:
Thanks for your help, now works fine.
Cheers
Logged
Pages: [1] Print 
« previous next »
Jump to:  


Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!