[Koha-bugs] [Bug 4828] Erroneous SIP2 behaviour with non ascii characters

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 17 19:36:43 CET 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4828

--- Comment #3 from Dobrica Pavlinusic <dpavlin at 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.


More information about the Koha-bugs mailing list