]> git.koha-community.org Git - koha.git/commit
Bug 9865: make SIP msg encoding configurable via SIPconfig.xml
authorAdrien Saurat <adrien.saurat@biblibre.com>
Fri, 8 Nov 2013 10:49:56 +0000 (11:49 +0100)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 1 Aug 2014 13:57:17 +0000 (15:57 +0200)
commit86a6a5f35f2e0b6f410062a5b1859176ec0e53c2
treeeb7bca031a16c9e1a74e46fae4725b45808a8ff3
parent0183394e8c77d583a2dae2a59bcbe678911fe9ff
Bug 9865: make SIP msg encoding configurable via SIPconfig.xml

The accounts->login tag in SIPconfig.xml can now accept a new
parameter, "encoding". It will be mostly used to encode to utf8.

For this, simply add the parameter: encoding="utf8"

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Works as advertised, does nothing if encoding is not set.
Blows up all the machines that can't handled utf8 if it is set :) But
that's not Koha's fault. :)

Patch rebased by Christophe Croullebois  <christophe.croullebois@biblibre.com>

Signed-off-by: Petter Goksoyr Asen <boutrosboutrosboutros@gmail.com>
But now I did it the right way! And I can confirm that this patch solves
all issues with mangled characters in SIP messages. Confirmed that it
looks good with Norwegian characters in patron name and in book titles.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 4a72f6b2375895c690dcaaaff26b07de53cfd518)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/SIP/Sip.pm
C4/SIP/Sip/MsgType.pm
etc/SIPconfig.xml