http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8626 Mason James <mtj@kohaaloha.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj@kohaaloha.com --- Comment #1 from Mason James <mtj@kohaaloha.com> --- (In reply to comment #0)
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.
hi Cait i think we could fix this bug using Email::Simple http://search.cpan.org/~rjbs/Email-Simple-2.102/lib/Email/Simple.pm -- You are receiving this mail because: You are watching all bug changes.