<div dir="ltr"><div><div><div><div>I actually selected this range based on Arabic keyboards. If you look in the unicode charts there are probably hundreds of such diacritics, most of which I haven't even heard of :)<br></div>Some of them, I guess, are archaic. Others are used only in holy scriptures (the Koran).<br></div>The Hamza on the other hand is so common it's actually not a diacritic on keyboards, instead you find (Alef with Hamza above) and (Alef with Hamza below) but it's actually a single character. You can't, say, delete the Hamza and leave the Alef.<br><br></div>There is also another range much like the one I specified in the patch, which is specified in the "Arabic Presentation Forms-B" unicode chart (FE70–FEFF), it's redundant, and I haven't encountered any of its characters so far. And there it says:<br><br><div style="font-size:15px;font-family:sans-serif">"Preferred characters are found in the Arabic block 0600 -</div><div style="font-size:15px;font-family:sans-serif">06FF. Some of these characters are used for Arabic</div><div style="font-size:15px;font-family:sans-serif">mathematics where contextual shape variations are</div><div style="font-size:15px;font-family:sans-serif">important semantically."<br><br></div><div style="font-size:15px;font-family:sans-serif">It's actually rather confusing.<br></div><div style="font-size:15px;font-family:sans-serif">The range specified in the patch seems to handle all subtitle files I find on the Internet.<br><br></div><br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 6, 2015 at 3:30 PM, Jean-Baptiste Kempf <span dir="ltr"><<a href="mailto:jb@videolan.org" target="_blank">jb@videolan.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 06 Jan, Salah-Eddin Shaban wrote :<br>
<span class="">> +/* These are the most common Arabic diacritics */<br>
> +#define DIACRITIC( a ) ( a >= 0x064B && a <= 0x0653 )<br>
<br>
</span>Why not include 0x0654 (Hamza above) ?<br>
<br>
With my kindest regards,<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Jean-Baptiste Kempf<br>
<a href="http://www.jbkempf.com/" target="_blank">http://www.jbkempf.com/</a> - +33 672 704 734<br>
Sent from my Electronic Device<br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="https://mailman.videolan.org/listinfo/vlc-devel" target="_blank">https://mailman.videolan.org/listinfo/vlc-devel</a><br>
</div></div></blockquote></div><br></div>