[vlc-devel] Fixing RTL (Mainly Hebrew and Arabic) subtitles problems

Barak Ori barakori at gmail.com
Mon Nov 21 18:57:48 CET 2005


Hi,

This patch can be used to address a couple of RTL problems in rendering
subtitles. Please see more information in
http://forum.videolan.org/viewtopic.php?t=14063.

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).

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).

Best wishes,

Barak Ori
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20051121/0ede4d69/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: freetype.patch
Type: text/x-patch
Size: 1406 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20051121/0ede4d69/attachment.bin>


More information about the vlc-devel mailing list