[Koha-bugs] [Bug 19084] Spine label with BN_IN UTF8 data rendered incorrectly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 14 22:51:24 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19084

--- Comment #3 from Indranil Das Gupta <indradg at l2c2.co.in> ---
Yes! In fact, I was perhaps hasty in trashing unpacku() method. The root of the
trouble is the out_text() method where the the actual glyphs are parsed into
the PDF content stream. What is happening here is that the individual
codepoints pushed into @clist by unpacku() are being listed out one at a time
into the PDF content stream as glyphs, *without* the necessary glyph reordering
taking place.

So I would expect every single abiguda writing system to be be impacted.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list