http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8375

--- Comment #56 from Bernardo Gonzalez Kriegel <[email protected]> ---
Created attachment 26978
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=26978&action=edit
Bug 8375 - Followup - Use unicode bidi for rtl languages

If you print a label using arabic/hebrew script,
letters are printed in logical direction, from left
to right, giving a mangled result (see LTR-bag.png)

This patch will try to fix those cases adding a new
perl dependency, Text::Bidi, and using the automagic
feature if it's log2vis() function to rearrange chars
based on detected text 'direction'

To test:
1. Install Text::Bidi package
(apt-get install libtext-bidi-perl)

2. Try a batch, using Helvetica, with a mix of
ltr and rtl (arabic/hebrew) titles, chars are good,
but direction is bad

3. Apply the patch

4. Try again, now the result is good
(see LTR-good.png)

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to