]> git.koha-community.org Git - koha.git/commit
Bug 7619 Use CRLF as default terminator
authorColin Campbell <colin.campbell@ptfs-europe.com>
Sat, 9 Jun 2012 14:17:14 +0000 (15:17 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Fri, 6 Jul 2012 21:18:40 +0000 (09:18 +1200)
commit14fc219391b5c6abfe453dec84653f7d66cd09f3
treea88b2758f80b68e2d4ac990b53fcab4ec47a3729
parent3417e7a46a504db1d351dca531586e4fd0d2903f
Bug 7619 Use CRLF as default terminator

Most units require or tolerate CRLF as the terminator
Using only \r causes many including 3M units to signal errors
due to delay this resets CRLF to be default but adds a single
constant variable and explanation so that if you have a
"strictly conforming" unit (the 'Baby' is the only I have encountered
you know where to make the change

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/SIP/Sip.pm