1
mariane
adding window-1256 encoding to xreaggregator module
  • 2010/5/9 7:10

  • mariane

  • Theme Designer

  • Posts: 649

  • Since: 2008/1/11


hello,
in order to use xreaggregator module with arabic websites, I have to add a new RSS Encoding : window-1256

I edit many files in include folder (as aggregation.addnew.form.php and aggregation.edit.form.php ...etc) and I added the new encoding, and below an example :
$form->addElement(new XoopsFormText(_AM_ORDER'xreaggregator_weight'430));    $enc_sel = new XoopsFormSelect(_AM_ENCODING'xreaggregator_encoding''window-1256');
    
$enc_sel->addOptionArray(array('utf-8' => 'UTF-8''window-1256' => 'window-1256','iso-8859-1' => 'ISO-8859-1''us-ascii' => 'US-ASCII'));


I can now choose successfully the new encoding from the list, but the problem is I still see question marks (???) in the block instead words.

So I need to know if what I did is correct or there is another way to implent the new encoding,

thanks for helping.
the road of success is always under construction

Login

Who's Online

134 user(s) are online (89 user(s) are browsing Support Forums)


Members: 0


Guests: 134


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits