[Koha-bugs] [Bug 2246] Label printing doesn't work with Hindi characters

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Tue Oct 7 16:39:21 CEST 2008


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2246





------- Comment #7 from jesse.weaver at liblime.com  2008-10-07 07:39 -------
In investigating the bug, I have discovered that it will be fairly difficult to
fix. The problem is that PDF::Reuse reopens STDOUT, making it impossible for us
to set binmode ':utf8' on it. It is possible to get around this by writing out
double-encoded utf8 to a temporary file, reading that file back in and printing
it back out correctly encoded, but its not a very good solution.

Thoughts?




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



More information about the Koha-bugs mailing list