http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8626 Priority: P5 - low Change sponsored?: --- Bug ID: 8626 Assignee: oleonard@myacpl.org Blocks: 8621 Summary: Encoding problem with = in cart emails Severity: normal Classification: Unclassified OS: All Reporter: katrin.fischer@bsz-bw.de Hardware: All Status: NEW Version: master Component: OPAC Product: Koha I have testes this with Outlook Web Access and Thunderbird so far and both mail clients show the problem: Original URL: http://localhost/cgi-bin/koha/opac-detail.pl?biblionumber=5100 Thunderbird/OWA: http://localhost/cgi-bin/koha/opac-detail.pl?biblionumberQ00 I have tracked down the problem with the URLs to it being a problem with encoding and the = character. Currently we have following line sin opac-sendbasket.pl: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable It seems that with this setting the = is interpreted as the beginning of a special character. So if you have a URL or Title containing = it will not be displayed correctly. -- You are receiving this mail because: You are watching all bug changes.