http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4420
wajasu <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from wajasu <[email protected]> --- bug 6130 might have addressed this, maybe even 8378 might have addressed it. when I did bug 8378 for overdue_notices.pl <fine> syntax broken. When I was in the code in Letters.pm, to NFC normalize the body or text, i notices my attachments still showed mojibake in the inline attachemnt being shown in my email client. I found that I needed charset='utf-8' in the header to let the email client know how to decode. I also put charset='utf-8' for the filename attachments themselves with the future possibility that they contain utf8 chars. So just making a note of this here so if someone tests notices that have such chars in the Subject header, 8378 might have addressed it. Next someone is testing notices with email, try putting diacritics in the Message subject: and see if its ok. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
