https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13245
Filippos Kolovos <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Filippos Kolovos <[email protected]> --- Goodmorning to all, There is also another problem concerning the cart (and lists) when they are sent via email nad contain Greek characters at the subject and at the name of the sender. The subject and the sender's name arrive unintelligible to the end user, but only the greek characters. However, the message's content arrives correctly. Steps to Reproduce for the cart: - Go to the OPAC environment and login (preferably the full name of the logged in user should contain non-english characters as well) - Change to greek language, or a language that will contain unicode characters at the subject line - Add some items to your cart - View your cart - Click "Send" - Enter the email address of the recipient and a comment (the comment is optional) - Click "Send" Steps to reproduce for the List: - Go to the OPAC environment and login (preferably the full name of the logged in user should contain non-english characters as well) - Change to greek language, or a language that will contain unicode characters at the subject line - Select a list from your lists, or create one giving it a name with non-english characters - Click "Send" - Enter the email address of the recipient and a comment (the comment is optional) - Click "Send" The subjects of the emails received for each cart / lists are unintelligible. The are supposed to read "Your Cart" and "Your List: name of list" in Greek. Also, the sender's name, if it is Greek, or I suppose non-english, it is also unintelligible. I attach: - Four screenshots concerning the send form for each case and the email received for each case. - Two proposed patches, one for each case (opac-sendbasket.pl and opac-sendshelf.pl). It seems that the subject and sender's encoding has to be in MIME-Q and not in UTF-8, as they have to be quoted-printable "encoded". -- You are receiving this mail because: 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/
