Bug 12068 - label-create-pdf.pl Add support for RTL language
authorBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Wed, 23 Apr 2014 21:18:25 +0000 (18:18 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 21 Oct 2014 19:14:57 +0000 (16:14 -0300)
commit0ac72275aac8a2d0511b021cee0643aa38a7ba09
treefd192185b5703d0df4c70b25913193029859cb5f
parentb47e0360d897c30cab80d0ccdf97c12a6ee62a87
Bug 12068 - label-create-pdf.pl Add support for RTL language

On top of Bug 8375

If you print a label using arabic/hebrew script,
letters are printed in logical direction, from left
to right, giving a mangled result

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

NOTE: I suggest changing the mapping for 'HO' font
on koha-conf.xml, from DejaVuSans-Oblique.ttf to
DejaVuSans.ttf to view 'title' chars

3. Apply the patch

4. Try again, now the result is good

Formerly a followup of Bug 8375, look sample pics
on that Bug.
Rebased following changes on Bug 8375

Note: Arabic titles will not be displayed, because
current code selects Oblique variant (unless you
change mapping as suggested on 2. )
Hebrew looks good.

Rebased and move use of new dependency to Labels.pm

Rebased on master

Signed-off-by: Karam Qubsi <karamqubsi@gmail.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Tested with the help of Bernardo. With the patch
the characters of RTL strings appear in the correct
order in the generated PDF files.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/Installer/PerlDependencies.pm
C4/Labels/Label.pm
install_misc/debian.packages
install_misc/ubuntu.10.04.packages
install_misc/ubuntu.12.04.packages
install_misc/ubuntu.packages