http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10605 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #21428|0 |1 is obsolete| | --- Comment #14 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 22925 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22925&action=edit Bug 10605: Encoding issue on sending a basket (OPAC) There is an encoding issue on the received mail. Here, we have to keep the encode_qp in order not to break links (= is a special char for email https://en.wikipedia.org/wiki/MIME#Encoded-Word). I don't understand why I have to decode the string before the call to encode_qp but it is the only way not to have encoding issue... -- You are receiving this mail because: You are watching all bug changes.