Encoding in rss

Where are we heading with kPlaylist?

Encoding in rss

Postby tcghost » Thu Jul 13, 2006 9:34 pm

there's a bug with encodings for rss streams...
search for:
Code: Select all
      $this->data  = '<?xml version="1.0" encoding="ISO-8859-1"?>'.$this->lf;

and replace with:
Code: Select all
      $this->data  = '<?xml version="1.0" encoding="' . get_lang(1) . '"?>'.$this->lf;


once again, I suggest switching to unicode for all languages... would make it a lot easier afterwards for non-english speakers...

thanks for all your work on the script.
tcghost
 
Posts: 229
Joined: Fri Nov 04, 2005 6:48 pm
Location: Florida

Postby tcghost » Sun Sep 24, 2006 6:29 am

bump

I noticed that this wasn't in the new development builds, is there something wrong with my fix?
thanks
tcghost
 
Posts: 229
Joined: Fri Nov 04, 2005 6:48 pm
Location: Florida

Postby tcghost » Tue May 01, 2007 1:56 am

bump
tcghost
 
Posts: 229
Joined: Fri Nov 04, 2005 6:48 pm
Location: Florida


Return to Development



cron