[Koha-bugs] [Bug 8626] Encoding problem with = in cart emails

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 14 16:32:59 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8626

Jared Camins-Esakov <jcamins at cpbibliography.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #11594|0                           |1
        is obsolete|                            |

--- Comment #6 from Jared Camins-Esakov <jcamins at cpbibliography.com> ---
Created attachment 11610
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11610&action=edit
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 at 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.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list