Bug 8626: Fix encoding in cart emails for use of quoted-printable
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Tue, 14 Aug 2012 06:02:59 +0000 (08:02 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 29 Aug 2012 22:09:32 +0000 (10:09 +1200)
commit35eaf56691925dc1d8556349821896fab7d6f3c5
treec201d8b37fb1299a4c323949aa8b03c0a3c17b1e
parent8327455dd545006b8ab10dd990036a52eb1958c6
Bug 8626: Fix encoding in cart emails for use of quoted-printable

When using quoted-printable data needs to be encoded accordingly.

Content-Transfer-Encoding: quoted-printable

Without the patch = in URLs or data will be interpreted as the beginning
of a special character resulting in broken URLs.

To test:
- Check diacritics in records display correctly
- Check various URLs with = to make sure they all work correctly

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
This is only a partial fix, as the subject line is not encoded,
but it is a huge improvement over what it was before.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
opac/opac-sendbasket.pl