http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4828 --- Comment #3 from Dobrica Pavlinusic <dpavlin@rot13.org> 2011-02-17 18:36:43 UTC --- we are using just $msg = encode('utf-8', $msg); together with local $/ = "\x0d"; to send out data correctly to 3M stack which is some Java stuff installed on Windows. This two changes allowed us to see accented characters correctly on self-checks, and it's developed using 3M SIP 2.00 Emulator Version 1.3.0.1 I would suggest to add configuration option which can have default to clean output but also support sending correct utf-8 to clients which support it. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.