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)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 29 Aug 2012 16:14:32 +0000 (18:14 +0200)
commit9fe8b5c4cfd5d03f76dd9950de4373452b73dfe5
treec322cb9ff1df26bd403da7d72a4f1d2cdc8d7cb9
parent88d5a2f2a4fe946e74855e271bd062ab721798a9
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>
opac/opac-sendbasket.pl