Hi, <br>
<br>
This patch can be used to address a couple of RTL problems in rendering
subtitles. Please see more information in
<a href="http://forum.videolan.org/viewtopic.php?t=14063">http://forum.videolan.org/viewtopic.php?t=14063</a>.<br>
<br>
I hope the code isn't too much off-style from the original code. I used
counter based loops (with array indexing and not pointer based loops)
because I assume modern compilers optimize these things better than
programmers (using two variables, one for the counter, another for the
pointer).<br>
<br>
I'm quite new to Linux development (it's very exciting to be able to
grab the dependencies and actually build something external, and not in
Java), but have been doing I18N and Localization for many years
(including a few things back when Mozilla became open-source). Hope you
consider this change, I really like VNC, and would like to use it when
in need for subtitles (I currently use MV2Player when I need subtitles).<br>
<br>
Best wishes,<br>
<br>
    Barak Ori<br>
<br>
<br>