Bugzilla – Attachment 56841 Details for
Bug 13245
Send Cart via Email corrupts some Unicode characters
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for correcting the list email encoding
opac-sendshelf.patch (text/plain), 438 bytes, created by
Filippos Kolovos
on 2016-10-25 09:22:09 UTC
(
hide
)
Description:
Patch for correcting the list email encoding
Filename:
MIME Type:
Creator:
Filippos Kolovos
Created:
2016-10-25 09:22:09 UTC
Size:
438 bytes
patch
obsolete
>--- opac-sendshelf.pl 2016-10-25 12:04:50.153112600 +0300 >+++ opac-sendshelf-patched.pl 2016-10-25 12:05:36.865112600 +0300 >@@ -149,7 +149,7 @@ > if ( $template_res =~ /<MESSAGE>(.*)<END_MESSAGE>/s ) { > $body = $1; > $body =~ s|\n?(.*)\n?|$1|; >- $body = encode_qp(Encode::encode("UTF-8", $body)); >+ $body = encode_qp(Encode::encode("MIME-Q", $body)); > } > > my $boundary = "====" . time() . "====";
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13245
:
33605
|
33606
|
33607
|
56836
|
56837
|
56838
|
56839
|
56840
| 56841