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

--- Comment #3 from Indranil Das Gupta <[email protected]> ---
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.
_______________________________________________
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