7 Oct
2008
7 Oct
'08
3:39 p.m.
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2246 ------- Comment #7 from jesse.weaver@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.