[Bug 18845] New: Encoding problem with subjects of list emails
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18845 Bug ID: 18845 Summary: Encoding problem with subjects of list emails Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Lists Assignee: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl To test: - Create a list, name it: Jugendbücher (books for youths in German) - Add some items to your list - Email yourself the list - Verify that the subject is broken: Your list: Jugendbücher Tested on 16.11.08. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18845 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron@veron.ch --- Comment #1 from Marc Véron <veron@veron.ch> --- I tested on current master, both sending a list with title "Jugendbücher" from staff client and from OPAC. No problems with mails received, in both mails the subject reads: "Your list: Jugendbücher" -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18845 --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hm interesting, wonder if it could be a difference in setup/mail client? Or something really different between master and 16.11. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18845 --- Comment #3 from Marc Véron <veron@veron.ch> --- (In reply to Katrin Fischer from comment #2)
Hm interesting, wonder if it could be a difference in setup/mail client? Or something really different between master and 16.11.
I tested with Thunderbird on PC and with my Fairphone - mails displayed as expected. Not sure, wasn't there a bug regarding double quotes in list titles? - Hmm, can not find it. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18845 --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Thx for checking Marc, when I get time I will try to git bisect it. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18845 --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Tested on master using mutt and it seems ok there. Tested on 16.11.10 with Thunderbird - display is ok. But in the web interface of web.de it's still broken: Your list : Jugendbücher Is it possible we are double encoding here? 132 $mail{subject} = Encode::encode("UTF-8", $mail{subject}); -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18845 --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hm, commenting that out breaks things. (In reply to Katrin Fischer from comment #5)
Is it possible we are double encoding here? 132 $mail{subject} = Encode::encode("UTF-8", $mail{subject});
Commenting that line out breaks the display in mutt. So probably not. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18845 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #7 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- *** This bug has been marked as a duplicate of bug 13245 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18845 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Encoding problem with |Encoding problem with |subjects of list emails |subjects of list and cart | |emails -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18845 --- Comment #8 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 82602 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=82602&action=edit Bug 18845: Fix encoding of cart and list email subjects I have some problem with git bz/devbox... attaching the old way. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18845 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #82602|0 |1 is obsolete| | --- Comment #9 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Comment on attachment 82602 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=82602 Bug 18845: Fix encoding of cart and list email subjects This was to go on another bug. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org