]> git.evergreen-ils.org Git - OpenSRF.git/commit
specify use of the utf8 I/O layer
authorgmc <gmc@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 18 Mar 2011 02:44:54 +0000 (02:44 +0000)
committergmc <gmc@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 18 Mar 2011 02:44:54 +0000 (02:44 +0000)
commitfdbd0c398a7c04f72926cfac843b2acf1449439e
tree99aa2e10c2aae17be9f9914b289b555095f3cd2e
parent49ac8d6cad88f4f5e014c7e8dec1cb464182d4c2
specify use of the utf8 I/O layer

Solves problem where invoking a method via osrf_http_translator
resulted in an exception thrown by FreezeThaw if any of the characters
in the message are non-ASCII *and* not in the Latin-1 character
set.  Oddly, if Evergreen been originally developed in Georgia the
country, not Georgia the state, the bug would have been apparent much earlier.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_6@2211 9efc2488-bf62-4759-914b-345cdb29e865
src/perl/lib/OpenSRF/Transport/SlimJabber/Inbound.pm
src/perl/lib/OpenSRF/UnixServer.pm