<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/ar-php/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/ar-php/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 05 Oct 2012 20:00:04 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ar-php/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>RTL Visually</title><link>https://sourceforge.net/p/ar-php/feature-requests/11/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It will be a great function to display RTL text visually.&lt;br /&gt;
If we can show this LTR message&lt;br /&gt;
RTL: السلام عليكم يا mohammed يا صديقي&lt;br /&gt;
As&lt;br /&gt;
LTR: يا صديقي mohammed السلام عليكم يا&lt;br /&gt;
The RTL sentence is not equal to the LTR sentence.&lt;/p&gt;
&lt;p&gt;And if we switch this textarea/div to RTL then the first sentence will look good.&lt;/p&gt;
&lt;p&gt;But, i want the SECOND LTR sentence to be built and rendered in graphic softwares.&lt;/p&gt;
&lt;p&gt;Thanks guys&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 05 Oct 2012 20:00:04 -0000</pubDate><guid>https://sourceforge.netd94bc79e2e301fffce54dfaf0e20230de564e596</guid></item><item><title>arabic language detection</title><link>https://sourceforge.net/p/ar-php/feature-requests/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;هل يوجد ميزة في التطبيق تمكننا من معرفة اذا كانت اللغه المدخلة هي اللغه العربية ام لا ؟&lt;br /&gt;
وجدت الحل في مكتبة جوجل للغات بالاضافة لكثير من المميزات الاخرى ولاكني افضل ان استخدم مكتبة عربية&lt;br /&gt;
بالتوفيق وشكرا لك على الجهد الكبير الذي تبذلة&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 15 Nov 2011 03:49:21 -0000</pubDate><guid>https://sourceforge.net12b7a83667e4d0f5c920434adedae5adf5cbebb5</guid></item><item><title>Word Root</title><link>https://sourceforge.net/p/ar-php/feature-requests/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It would be great if you can program a class that can extract the root  from a specific word.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 08 Nov 2011 21:57:34 -0000</pubDate><guid>https://sourceforge.net84f8c502448cf96efc484eaadf4c20739e7f25c8</guid></item><item><title>Transliterate arabic chat</title><link>https://sourceforge.net/p/ar-php/feature-requests/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It would be nice to have Arabic &amp;lt;--&amp;gt; ArabicChat transliteration&lt;br /&gt;
&lt;a href="http://en.wikipedia.org/wiki/Arabic" rel="nofollow"&gt;http://en.wikipedia.org/wiki/Arabic&lt;/a&gt;_chat_alphabet&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sandro Bilbeisi</dc:creator><pubDate>Sun, 08 May 2011 14:53:27 -0000</pubDate><guid>https://sourceforge.net5d01f86f0662f1b6254f2e57fb13582a16721740</guid></item><item><title>read pdf file </title><link>https://sourceforge.net/p/ar-php/feature-requests/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;i want way to read pdf file containg arabic letters&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 11 May 2010 09:53:42 -0000</pubDate><guid>https://sourceforge.net3bfe5a3e9fb0cfa9440ccf76fca55aad8298c66c</guid></item><item><title>New class to correctly shows poems</title><link>https://sourceforge.net/p/ar-php/feature-requests/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Dear Khaled,&lt;/p&gt;
&lt;p&gt;Poems is very important in arabic cultral, but implementing it in correct view ( two or more seperated and evenly widthed columns ) is hard using basic HTML, we need to add extenders between some characters or add some spaces to to make the columns even in width... so making some script that can handle this automatically is very good idea specially when we can add this to some image generating scripts ( GD2 )...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Xajel</dc:creator><pubDate>Thu, 01 Apr 2010 07:59:03 -0000</pubDate><guid>https://sourceforge.net0e99b8dc83231759f2e1dc8cc8ac95559b2d93f7</guid></item><item><title>load functions in Arabic Class</title><link>https://sourceforge.net/p/ar-php/feature-requests/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;i download Ar-PHP for CakePHP and really its awesome there are some bugs and other features needed to improve Ar-PHP in CakePHP ,,&lt;/p&gt;
&lt;p&gt;but i want to request this small handy feature in load function .. i think load function should accept an array of classes to load it once , this will be more handy and required less of code  .. example :&lt;/p&gt;
&lt;p&gt;OLD is:&lt;br /&gt;
$this-&amp;gt;arabic-&amp;gt;load('ArDate');&lt;br /&gt;
$this-&amp;gt;arabic-&amp;gt;load('ArNumbers');&lt;br /&gt;
$this-&amp;gt;arabic-&amp;gt;load('ArGender');&lt;br /&gt;
$this-&amp;gt;arabic-&amp;gt;load('ArQuery');&lt;/p&gt;
&lt;p&gt;with NEW Feature :&lt;br /&gt;
$this-&amp;gt;arabic-&amp;gt;load(array('ArDate','ArNumbers','ArGender','ArQuery'));&lt;/p&gt;
&lt;p&gt;i think this feature will be more efficient and easy to understand than the old one ..&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 10 Feb 2010 20:15:46 -0000</pubDate><guid>https://sourceforge.net67f3ae12ae9f8eb208582e6dd68e97dea8ce92dd</guid></item><item><title>Extend the project ........</title><link>https://sourceforge.net/p/ar-php/feature-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Very nice to see your script that support full right to left and arabic&lt;br /&gt;
language. Is it possible to extend this project to support Quranic marks&lt;br /&gt;
above and below the texts? I have their unicode and have seen your&lt;br /&gt;
arglyphs.class.php class also but not sure where to apply it.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zishan J</dc:creator><pubDate>Mon, 14 Sep 2009 23:20:01 -0000</pubDate><guid>https://sourceforge.netd85bbee5e29b9c57a5548369b5fef84eb1e116b6</guid></item><item><title>Class: ArDate</title><link>https://sourceforge.net/p/ar-php/feature-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;لسلام عليكم&lt;br /&gt;
حاولت استعمال Class: ArDate لكنها لا تعمل على جهازي&lt;br /&gt;
ممكن الحصول عليها بالكوداج utf-8&lt;br /&gt;
و شكراً على المجهود&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 05 Aug 2009 21:59:19 -0000</pubDate><guid>https://sourceforge.netfbcc0aadabf80a9cc0bc3e923c2a5716c88fd8fc</guid></item><item><title>Arabic sorting</title><link>https://sourceforge.net/p/ar-php/feature-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I wish for a sort functionality for Arabic text that will ignore Alef-lam, respect hamza position, ignore kashida and diacritics.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 02 Jun 2009 14:04:53 -0000</pubDate><guid>https://sourceforge.net3adbf1f898c5ebb54875810e5f748cf64835e93c</guid></item></channel></rss>