[MPlayer-dev-eng] [PATCH] FRIBIDI fix (subreader.c)

Eliran Gonen eg at rootshell.be
Fri Feb 13 18:58:20 CET 2004


Hey!

I'm quite new in here...
Anyway there is a problem reading bidirectional text lines that contains 
dots or commas.
To fix this replace:

    base = FRIBIDI_TYPE_ON;

with

    base = FRIBIDI_TYPE_L;

Regards,
Eliran Gonen




More information about the MPlayer-dev-eng mailing list