]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Bolster SendEmail Reactor's handling of UTF-8 content
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 18 Feb 2011 05:44:11 +0000 (05:44 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 18 Feb 2011 05:44:11 +0000 (05:44 +0000)
commitfd0fdda306859927af8e96df7fc1f7adf2032caf
tree5eb0d20da00e9efe14fe6b704bf75cec74239e72
parent871b8e0c83e5ddb7c6dc4b6444c5d50956c93b09
Bolster SendEmail Reactor's handling of UTF-8 content

Use the Encode module and encode_utf8() instead of utf8 and utf8::encode.
The utf8 module is meant for enabling UTF-8 content in source code.

Also, add the MIME-Version / Content-type / charset headers that
some mail user agents need to know that they're dealing with Unicode
mail.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@19476 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/extras/Makefile.install
Open-ILS/src/perlmods/lib/OpenILS/Application/Trigger/Reactor/SendEmail.pm