Thank you Anne-Marie!<br><br>Take your time. I am just working on various files for small languages. The reasoning is always the same: people need to see something that they did and since we don&#39;t have automatic file creation for now I am creating some very basic contents that are easy to transfer to many less resourced languages.<br>
<br>Cheers, Sabine<br><br><br><div class="gmail_quote">On Sun, Nov 29, 2009 at 9:20 PM, Anne-Marie Mahfouf <span dir="ltr">&lt;<a href="mailto:annemarie.mahfouf@free.fr">annemarie.mahfouf@free.fr</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">On Sunday 29 November 2009 18:45:27 Sabine Emmy Eller wrote:<br>

&gt; Hi, today I prepared some other KHangMan files: for Sorani Kurdish (with<br>
&gt; Arabic Script) and hints are in English.<br>
&gt;<br>
&gt; The package can be downloaded here:<br>
&gt; <a href="http://www.voxhumanitatis.org/content/khangmanckbeng-100" target="_blank">http://www.voxhumanitatis.org/content/khangmanckbeng-100</a><br>
&gt;<br>
&gt; I opened the file (animals) with KHangMan and the number of characters<br>
&gt;  shown is indeed the number of characters the word has in Sorani Kurdish.<br>
&gt;  Then I tried to enter some chars (with Keyboard setting on Persian and on<br>
&gt;  Arabic): it was not possible to write any char. I then tried to add the<br>
&gt;  chars by copying and pasting them: no way.<br>
&gt;<br>
&gt; Could someone else please try out? Maybe we have some people who deal with<br>
&gt; Arabic Script on a daily basis in one of these two lists?<br>
&gt;<br>
&gt; Thank you!<br>
&gt;<br>
&gt; Sabine<br>
&gt;<br>
</div></div>In KHangMan code I use Regular Expressions to filter input so it cannot be<br>
possible to enter numbers for example.<br>
I think this prevents Right-to-Left languages input, I am not totally sure<br>
where the problem is but the line<br>
QRegExp regExp(&quot;[A-Za-<br>
z\\x0080-\\x00FF\\x0100-\\x017E\\x0370-\\x03FF\\x0400-\\x04FF]&quot;);<br>
in khangmanview.cpp is what I use.<br>
Maybe it&#39;s a bad idea to try to filter the user input (I am open to any<br>
suggestions). Maybe the above line just misses something. I don&#39;t know more at<br>
that point and I would need to refine this (by making tests probably).<br>
I&#39;ll follow this tomorrow, I just came back after a week-end away!<br>
<br>
Cheers,<br>
<font color="#888888"><br>
Anne-Marie<br>
</font><br>
PS: we need to test all KDE-Edu apps in RTL languages and write down problems!<br>
<div><div></div><div class="h5"><br>
_______________________________________________<br>
kde-edu mailing list<br>
<a href="mailto:kde-edu@mail.kde.org">kde-edu@mail.kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-edu" target="_blank">https://mail.kde.org/mailman/listinfo/kde-edu</a><br>
</div></div></blockquote></div><br>