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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 13 07:07:57 CEST 2012


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

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8626
          Assignee: oleonard at myacpl.org
            Blocks: 8621
           Summary: Encoding problem with = in cart emails
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: katrin.fischer at 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.


More information about the Koha-bugs mailing list